CDN Resources for streamsearch

Quick access to CDN links for the streamsearch package

CDN Resources for streamsearch
Various ways to access streamsearch via Content Delivery Networks

Package Installation

npm
npm install streamsearch
yarn
yarn add streamsearch
pnpm
pnpm add streamsearch

CDN Links

jsDelivr
<script src="https://fastly.jsdelivr.net/npm/streamsearch"></script>
Unpkg
<script src="https://unpkg.com/streamsearch"></script>
jsDelivr ESM
<script type="module">
  import streamsearch from 'https://cdn.jsdelivr.net/npm/streamsearch/+esm';
</script>
Skypack
<script type="module">
  import streamsearch from 'https://cdn.skypack.dev/streamsearch';
</script>