UNPKG

clumsy-graphics

Version:

a tool for rapidly developing animations where frames are described using svg elements à la react 🙃

8 lines (7 loc) 285 B
export interface RenderAnimationModuleApi { animationModulePath: string; animationMp4OutputPath: string; numberOfFrameRendererWorkers: number; suppressWorkerStdout: boolean; } export declare function renderAnimationModule(api: RenderAnimationModuleApi): Promise<void>;