v2.1.0
What's Changed 🔭
- Added the
stats
module which has functions for retrieving values like mean hue and mean color difference from collections of color token - Utils now preserve the input type for output. For example, if you pass in a color object to a palette generator function it will return a collection of colour objects too
- Fixed precision loss bug when converting from hex to other modes.
ColorArray
andColor
classes now live in a separatewrappers.js
module- Refactored the documentation site and added pagination
- Added a demo page to the documentation site.
More changes in the commits!!!
Happy hacking 🚀