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