(script: string)
| 22 | window.__timelines["t"] = tl;`; |
| 23 | |
| 24 | function makeHtml(script: string) { |
| 25 | return `<div data-hf-id="hf-stage" data-hf-root style="width: 1280px; height: 720px"> |
| 26 | <div data-hf-id="hf-box" style="opacity: 0"></div> |
| 27 | <script>${script}</script> |
| 28 | </div>`.trim(); |
| 29 | } |
| 30 | |
| 31 | function fresh(script = GSAP_SCRIPT) { |
| 32 | return parseMutable(makeHtml(script)); |
no outgoing calls
no test coverage detected