UNPKG

khroma

Version:

A collection of functions for manipulating CSS colors, inspired by SASS.

3 lines (2 loc) 93 B
declare const contrast: (color1: string, color2: string) => number; export default contrast;