UNPKG

clumsy-graphics

Version:

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

7 lines (6 loc) 215 B
export interface GetAnimationModuleBundleApi { animationModulePath: string; } export declare function getAnimationModuleBundle(api: GetAnimationModuleBundleApi): Promise<{ animationModuleBundle: string; }>;