CDN Resources for flow-bin

Quick access to CDN links for the flow-bin package

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>