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