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