d3 / d3-color

Color spaces! RGB, HSL, Cubehelix, CIELAB, and more.
https://d3js.org/d3-color
ISC License
398 stars 91 forks source link

Link to d3 repositories for other color spaces in the README #44

Closed danburzo closed 6 years ago

danburzo commented 6 years ago

Looking through the other pull requests on d3-color, I realized the approach for this repo is to keep a fairly minimal API and prefer creating separate plugins for the other color spaces. To that end, I'll close my vague issue https://github.com/d3/d3-color/issues/41 and propose and addition to the README that links to these other related repos, which I just realized exist:

(and any others I may be missing)

I'll gladly do the PR if that's okay!