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