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