Can be managed using yarn, npm, or jspm.
yarn add @string-hashing/sha1
npm install @string-hashing/sha1 --save
jspm install npm:@string-hashing/sha1
Import the library where needed
const sha1 = await import('@string-hashing/sha1'); // or import * as sha1 from '@string-hashing/sha1';
More examples in the test files.