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