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

Function htmlWithMissingMediaId

packages/cli/src/utils/lintProject.test.ts:20–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18}
19
20function htmlWithMissingMediaId(): string {
21 return `<html><body>
22 <div data-composition-id="main" data-width="1920" data-height="1080">
23 <audio data-start="0" data-duration="10" src="narration.wav"></audio>
24 </div>
25 <script>window.__timelines = window.__timelines || {}; window.__timelines["main"] = gsap.timeline({ paused: true });</script>
26</body></html>`;
27}
28
29function htmlWithPreloadNone(): string {
30 return `<html><body>

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected