MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / wrap

Function wrap

packages/cli/src/commands/keyframes.test.ts:7–8  ·  view source on GitHub ↗
(script: string)

Source from the content-addressed store, hash-verified

5beforeAll(() => ensureDOMParser());
6
7const wrap = (script: string) =>
8 `<!doctype html><html><body><div id="root" data-composition-id="main" data-duration="4"><div id="dot" class="clip"></div></div><script>${script}</script></body></html>`;
9
10describe("keyframes multi-stroke traces", () => {
11 it("composites ≥2 position strokes on one element into a single trace", () => {

Callers 1

keyframes.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected