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