MCPcopy 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
25function fresh(style = CSS) {
26 return parseMutable(makeHtml(style));
27}
28
29function getStyleText(parsed: ReturnType<typeof parseMutable>): string {
30 const doc = serializeDocument(parsed);

Callers 2

applyBoxOpacity1Function · 0.70

Calls 2

parseMutableFunction · 0.85
makeHtmlFunction · 0.70

Tested by

no test coverage detected