CDN Resources for through2

Quick access to CDN links for the through2 package

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>