Skip to content

Releases: Evercoder/culori

v0.5.2

15 May 09:08

Choose a tag to compare

  • Adds YIQ color space and Kotsarenko/Ramos color difference function (thanks @mourner for the pointer!)
  • Adds the weights argument to differenceEuclidean

v0.5.1

15 May 09:08

Choose a tag to compare

Breaking: Removed the culori() function, which was an alias for culori.rgb(). This makes the build simpler and clarifies the API a bit.

Cleaned up the build process; added Prettier, ESLint.