Documentation / @ripl/core / getColorParser
Function: getColorParser()
getColorParser(
value):ColorParser|undefined
Defined in: packages/core/src/color/index.ts:77
Finds the first color parser whose pattern matches the given color string.
Parameters
| Parameter | Type |
|---|---|
value | string |
Returns
ColorParser | undefined