UNPKG

clumsy-graphics

Version:

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

7 lines (6 loc) 244 B
export interface RenderAnimationModuleFrameApi { animationModulePath: string; frameFileOutputPath: string; frameIndex: number; } export declare function renderAnimationModuleFrame(api: RenderAnimationModuleFrameApi): Promise<void>;