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