MCPcopy
hub / github.com/niklasvh/html2canvas / parseValue

Method parseValue

src/css/syntax/parser.ts:42–44  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

40 }
41
42 static parseValue(value: string): CSSValue {
43 return Parser.create(value).parseComponentValue();
44 }
45
46 static parseValues(value: string): CSSValue[] {
47 return Parser.create(value).parseComponentValues();

Callers 6

colorParseFunction · 0.80
parseFunction · 0.80
colorParseFunction · 0.80
parseFunction · 0.80
colorParseFunction · 0.80
parseValueFunction · 0.80

Calls 2

parseComponentValueMethod · 0.80
createMethod · 0.45

Tested by 6

colorParseFunction · 0.64
parseFunction · 0.64
colorParseFunction · 0.64
parseFunction · 0.64
colorParseFunction · 0.64
parseValueFunction · 0.64