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