CDN Resources for bytes
Various ways to access bytes via Content Delivery Networks
Package Installation
npm
npm install bytes
yarn
yarn add bytes
pnpm
pnpm add bytes
CDN 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