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