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