DeltaE
DeltaE copied to clipboard
CIE color difference formulas in JavaScript
This isn't exactly an issue or pull request, just a heads up that I've created a [small fork that works well with ES Modules:](https://github.com/Mtillmann/DeltaE).
Why not just use rgb color space to calculate color difference?
Thanks for a great library! I had to add this file to get things moving in a TypeScript project; hope it's helpful if I share them :)
Thanks for this library! I am working on a tool, that allows users to enter L\*a\*b* values in the browser. When passing the values directly from the input DOM elements,...