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