UNPKG

clumsy-graphics

Version:

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

7 lines (6 loc) 245 B
export interface ConvertAnimationMp4ToGifApi { animationMp4SourcePath: string; animationGifOutputPath: string; gifAspectRatioWidth?: number; } export declare function convertAnimationMp4ToGif(api: ConvertAnimationMp4ToGifApi): void;