MCPcopy Index your code
hub / github.com/Moebytes/Frame-Player / AnimationFrame

Interface AnimationFrame

structures/functions.ts:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42export interface AnimationFrame {
43 frame: HTMLCanvasElement
44 delay: number
45}
46
47const videoExtensions = [".mp4", ".mov", ".avi", ".mkv", ".webm", ".m4v"]
48const animationExtensions = [".gif", ".webp", ".apng", ".png"]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected