@tempots/color

HSL.fromString property

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;