CDN Resources for parallelshell

Quick access to CDN links for the parallelshell package

CDN Resources for parallelshell
Various ways to access parallelshell via Content Delivery Networks

Package Installation

npm
npm install parallelshell
yarn
yarn add parallelshell
pnpm
pnpm add parallelshell

CDN Links

jsDelivr
<script src="https://fastly.jsdelivr.net/npm/parallelshell"></script>
Unpkg
<script src="https://unpkg.com/parallelshell"></script>
jsDelivr ESM
<script type="module">
  import parallelshell from 'https://cdn.jsdelivr.net/npm/parallelshell/+esm';
</script>
Skypack
<script type="module">
  import parallelshell from 'https://cdn.skypack.dev/parallelshell';
</script>