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