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