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