CDN Resources for imurmurhash

Quick access to CDN links for the imurmurhash package

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

Package Installation

npm
npm install imurmurhash
yarn
yarn add imurmurhash
pnpm
pnpm add imurmurhash

CDN Links

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