CDN Resources for standardx

Quick access to CDN links for the standardx package

CDN Resources for standardx
Various ways to access standardx via Content Delivery Networks

Package Installation

npm
npm install standardx
yarn
yarn add standardx
pnpm
pnpm add standardx

CDN Links

jsDelivr
<script src="https://fastly.jsdelivr.net/npm/standardx"></script>
Unpkg
<script src="https://unpkg.com/standardx"></script>
jsDelivr ESM
<script type="module">
  import standardx from 'https://cdn.jsdelivr.net/npm/standardx/+esm';
</script>
Skypack
<script type="module">
  import standardx from 'https://cdn.skypack.dev/standardx';
</script>