CDN Resources for bluebird

Quick access to CDN links for the bluebird package

CDN Resources for bluebird
Various ways to access bluebird via Content Delivery Networks

Package Installation

npm
npm install bluebird
yarn
yarn add bluebird
pnpm
pnpm add bluebird

CDN 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>