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

Function htmlWithPreloadNone

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

Source from the content-addressed store, hash-verified

27}
28
29function htmlWithPreloadNone(): string {
30 return `<html><body>
31 <div data-composition-id="captions" data-width="1920" data-height="1080">
32 <video id="v1" data-start="0" data-duration="10" src="clip.mp4" muted playsinline preload="none"></video>
33 </div>
34 <script>window.__timelines = window.__timelines || {}; window.__timelines["captions"] = gsap.timeline({ paused: true });</script>
35</body></html>`;
36}
37
38let dirs: string[] = [];
39

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected