| 40 | } |
| 41 | |
| 42 | export interface AnimationFrame { |
| 43 | frame: HTMLCanvasElement |
| 44 | delay: number |
| 45 | } |
| 46 | |
| 47 | const videoExtensions = [".mp4", ".mov", ".avi", ".mkv", ".webm", ".m4v"] |
| 48 | const animationExtensions = [".gif", ".webp", ".apng", ".png"] |
nothing calls this directly
no outgoing calls
no test coverage detected