CDN Resources for side-channel
Various ways to access side-channel via Content Delivery Networks
Package Installation
npm
npm install side-channelyarn
yarn add side-channelpnpm
pnpm add side-channelCDN 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