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