d3 / d3-color

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

Use just the default exports #19

Closed tschaub closed 8 years ago

tschaub commented 8 years ago

It looks like 3767ff95cbe59625cf6f3997449b5987919ad852 made these constructor imports unnecessary. No difference in the built version.

mbostock commented 8 years ago

Thank you!