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