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