UNPKG

@chayns/colors

Version:

JavaScript utility functions for the calculation of colors for chayns

3 lines (2 loc) 147 B
import type { RGB255, RGBA255 } from '../../types/rgb'; export default function normalizeRgbString(rgb: string | RGB255 | RGBA255): string | null;