CDN Resources for acorn
Various ways to access acorn via Content Delivery Networks
Package Installation
npm
npm install acornyarn
yarn add acornpnpm
pnpm add acornCDN 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