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>
CDN Provider Resources
Learn more about the CDN services used to deliver these packages