CDN Resources for unpipe
Various ways to access unpipe via Content Delivery Networks
Package Installation
npm
npm install unpipe
yarn
yarn add unpipe
pnpm
pnpm add unpipe
CDN Links
jsDelivr
<script src="https://fastly.jsdelivr.net/npm/unpipe"></script>
Unpkg
<script src="https://unpkg.com/unpipe"></script>
jsDelivr ESM
<script type="module">
import unpipe from 'https://cdn.jsdelivr.net/npm/unpipe/+esm';
</script>
Skypack
<script type="module">
import unpipe from 'https://cdn.skypack.dev/unpipe';
</script>
CDN Provider Resources
Learn more about the CDN services used to deliver these packages