Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-03-22 | 658 Bytes | |
Totals: 1 Item | 658 Bytes | 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 🚀