CDN Resources for buffer-crc32

Quick access to CDN links for the buffer-crc32 package

CDN Resources for buffer-crc32
Various ways to access buffer-crc32 via Content Delivery Networks

Package Installation

npm
npm install buffer-crc32
yarn
yarn add buffer-crc32
pnpm
pnpm add buffer-crc32

CDN 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>