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

Function timelineMessage

packages/player/src/hyperframes-player.test.ts:1828–1838  ·  view source on GitHub ↗
(durationInFrames = 120)

Source from the content-addressed store, hash-verified

1826 }
1827
1828 function timelineMessage(durationInFrames = 120) {
1829 return new MessageEvent("message", {
1830 source: frameWindow,
1831 data: {
1832 source: "hf-preview",
1833 type: "timeline",
1834 durationInFrames,
1835 scenes: [],
1836 },
1837 });
1838 }
1839
1840 function findControlCalls(action: string) {
1841 return postSpy.mock.calls.filter((call) => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected