Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/heygen-com/hyperframes
/ fresh
Function
fresh
packages/sdk/src/engine/mutate.cssstyle.test.ts:25–27 ·
view source on GitHub ↗
(style = CSS)
Source
from the content-addressed store, hash-verified
23
}
24
25
function
fresh(style = CSS) {
26
return
parseMutable(makeHtml(style));
27
}
28
29
function
getStyleText(parsed: ReturnType<typeof parseMutable>): string {
30
const
doc = serializeDocument(parsed);
Callers
2
mutate.cssstyle.test.ts
File · 0.70
applyBoxOpacity1
Function · 0.70
Calls
2
parseMutable
Function · 0.85
makeHtml
Function · 0.70
Tested by
no test coverage detected