@asmartbear/color
v1.0.4
Published
Extremely small library for CSS color calculations
Readme
Color
Extremely tiny color package (1300 bytes gzipped) for parsing, manipulating, and computing CSS colors.
In particular, supports most of the algorithms needed for WCAG accessibility guidelines, and a swatch algorithm superior to manipulating "lightness."
Development Usage
Build:
npm run buildUnit tests:
npm run testUnit tests, refreshed live:
npm run watchPrepare for release (e.g. run tests and bump version number):
npm run releasePublish to npm:
npm publish