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