d3 / d3-color

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

Doesn't work - color is not defined #93

Closed geoidesic closed 3 years ago

geoidesic commented 3 years ago

Hi, Not sure what I'm doing wrong but when I install this library and try the basic examples I get this error:

ReferenceError: color is not defined
    at /node_modules/d3-color/src/color.js:164:15
    at instantiateModule (/Users/me/repo/GitHub/peakVTT/node_modules/vite/dist/node/chunks/dep-cb562f8f.js:68783:
geoidesic commented 3 years ago

Seems to be an npm issue. Works when I use Yarn instead.