color-js / color.js

Color conversion & manipulation library by the editors of the CSS Color specifications
https://colorjs.io
MIT License
1.88k stars 82 forks source link

ESM export for `color-fn` #589

Open bennyschudel opened 2 weeks ago

bennyschudel commented 2 weeks ago

Hey there!

It seems that color-fn is only exported as cjs. Would it make sense to export it as esm too? Would love to use it in observablehq.

Or is there a way to use it there without the Class API?

Thanks in advance!

Benny

LeaVerou commented 2 weeks ago

That is certainly a bug, nothing should be exported as CJS only. Thanks for flagging that!