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