0.1.4 • Published 6 years ago

random-color-seeded v0.1.4

Weekly downloads
2
License
Unlicense
Repository
github
Last release
6 years ago

Random Color Seeded

A simple CLI tool to generate a random color with seed.

Utilizes HSLuv to easily make random colors with consistent perceived levels of saturation and lightness Utilizes seedrandom for seeding capabilities Configurable using command line srguments

Install:

npm i -g random-color-seeded

Run

random-color-seeded foo

Default Saturation and Lightness is 90. You can set both via command line flags within the range of 1-100:

random-color-seeded --lightness=50 --saturation=70 foo

You might also utlize environment vars to define Seed / Saturation / Lightness:

LIGHTNESS=50 SATURATION=70 random-color-seeded foo
0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago