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