CDN Resources for object-hash

Quick access to CDN links for the object-hash package

CDN Resources for object-hash
Various ways to access object-hash via Content Delivery Networks

Package Installation

npm
npm install object-hash
yarn
yarn add object-hash
pnpm
pnpm add object-hash

CDN Links

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