Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-11-27 | 893 Bytes | |
Totals: 1 Item | 893 Bytes | 0 |
What's Changed
- All palette functions have internal easing using smoothstep.
- Removed extra parameters in palette functions into an
options
overrides object - Added color vision deficiency simulation support
- Removed the
hex
optional parameter in the palette functions. They all return hex by default - Refactored types for a better IntelliSense experience.
- More modular exports.
- Bug fixes 🐛
- Dev by @prjctimg in https://github.com/prjctimg/huetiful/pull/94
- Dev by @prjctimg in https://github.com/prjctimg/huetiful/pull/95
- Release v1.7.83 by @prjctimg in https://github.com/prjctimg/huetiful/pull/96
Full Changelog: https://github.com/prjctimg/huetiful/compare/v1.7.6...v1.7.83