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