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