Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 494 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 494 Bytes

Random Color Generator

Simple utility class for creating random colors based on a seed.

Uses the hsl function from d3-color by default.

Development

Use nvm.

$ nvm install

Install dependencies

$ npm install

Build the dist bundle:

$ npm run build

Run the tests:

$ npm test

Check on your code quality compliance

$ npm run lint
$ npm run prettier