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