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

Function visible

packages/cli/src/utils/motionAudit.test.ts:24–26  ·  view source on GitHub ↗
(r = rect(100, 100, 200, 80), opacity = 1)

Source from the content-addressed store, hash-verified

22}
23
24function visible(r = rect(100, 100, 200, 80), opacity = 1): FrameSample {
25 return { rect: r, opacity, visible: true };
26}
27
28const hidden: FrameSample = { rect: rect(0, 0, 0, 0), opacity: 0, visible: false };
29

Callers 1

Calls 1

rectFunction · 0.70

Tested by

no test coverage detected