Skip to content

black-cape/random-color-generator

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published