Simple utility class for creating random colors based on a seed.
Uses the hsl function from d3-color by default.
Use nvm.
$ nvm installInstall dependencies
$ npm installBuild the dist bundle:
$ npm run buildRun the tests:
$ npm testCheck on your code quality compliance
$ npm run lint
$ npm run prettier