(script = GSAP_SCRIPT)
| 29 | } |
| 30 | |
| 31 | function fresh(script = GSAP_SCRIPT) { |
| 32 | return parseMutable(makeHtml(script)); |
| 33 | } |
| 34 | |
| 35 | function getScript(parsed: ReturnType<typeof parseMutable>): string { |
| 36 | const doc = serializeDocument(parsed); |
no test coverage detected