All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.index.d.ts Maven / Gradle / Ivy

The newest version!
export default function parse(color: string): {
  space: 'rgb' | 'hsl' | 'hwb' | 'cmyk' | 'lab' | 'lch' | 'oklab' | 'oklch' | string;
  values: number[];
  alpha: number;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy