UNPKG

color2k

Version:

a color parsing and manipulation lib served in roughly 2kB

7 lines (6 loc) 188 B
/** * Returns black or white for best contrast depending on the luminosity of the * given color. */ declare function readableColor(color: string): string; export default readableColor;