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>
CDN Provider Resources
Learn more about the CDN services used to deliver these packages