Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
colorParse
Function · 0.80
parse
Function · 0.80
colorParse
Function · 0.80
parse
Function · 0.80
colorParse
Function · 0.80
parseValue
Function · 0.80
Calls
2
parseComponentValue
Method · 0.80
create
Method · 0.45
Tested by
6
colorParse
Function · 0.64
parse
Function · 0.64
colorParse
Function · 0.64
parse
Function · 0.64
colorParse
Function · 0.64
parseValue
Function · 0.64