-
Notifications
You must be signed in to change notification settings - Fork 0
Home
thednp edited this page Jul 28, 2022
·
4 revisions
A TypeScript flavored fork of the excelent TinyColor optimized for ColorPicker with new features and improvements:
- added support for HWB(a) colors (Hue, Whiteness, Blackness);
- added support for CSS4 Color module (
rgb(40 74 200 / 90%)
,hsl(227deg 67% 47% / 90%)
) - improved regular expressions;
- tree shaking;
- slightly faster performance;
- stronger and more strict types.