CDN Resources for acorn-jsx

Quick access to CDN links for the acorn-jsx package

CDN Resources for acorn-jsx
Various ways to access acorn-jsx via Content Delivery Networks

Package Installation

npm
npm install acorn-jsx
yarn
yarn add acorn-jsx
pnpm
pnpm add acorn-jsx

CDN 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>