Can be managed using yarn, npm, or jspm.
yarn add @edit-distance/myers-1986
npm install @edit-distance/myers-1986 --save
jspm install npm:@edit-distance/myers-1986
Import the library where needed
const {diff} = require( '@edit-distance/myers-1986' ) ; // or import {diff} from '@edit-distance/myers-1986' ;
More examples in the test files.