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