@tempots/color > HSL > fromString
Creates an HSL color object from a string representation. The string should be in the format "hsl(h, s%, l%)".
Signature:
static readonly fromString: (s: string) => HSL;