CDN Resources for highland

Quick access to CDN links for the highland package

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>