CDN Resources for hash-sum
Various ways to access hash-sum via Content Delivery Networks
Package Installation
npm
npm install hash-sum
yarn
yarn add hash-sum
pnpm
pnpm add hash-sum
CDN Links
jsDelivr
<script src="https://fastly.jsdelivr.net/npm/hash-sum"></script>
Unpkg
<script src="https://unpkg.com/hash-sum"></script>
jsDelivr ESM
<script type="module">
import hashsum from 'https://cdn.jsdelivr.net/npm/hash-sum/+esm';
</script>
Skypack
<script type="module">
import hashsum from 'https://cdn.skypack.dev/hash-sum';
</script>
CDN Provider Resources
Learn more about the CDN services used to deliver these packages