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