UNPKG

clumsy-graphics

Version:

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

8 lines (7 loc) 225 B
import * as IO from 'io-ts'; export interface FrameRendererWorkerData { animationModuleBundle: string; } export declare const FrameRendererWorkerDataCodec: IO.ExactC<IO.TypeC<{ animationModuleBundle: IO.StringC; }>>;