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