UNPKG

clumsy-graphics

Version:

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

4 lines (3 loc) 244 B
import * as IO from 'io-ts'; export declare type GraphicsRendererProcessKey = 'animation' | `frame/${number}`; export declare const GraphicsRendererProcessKeyFromString: IO.Type<GraphicsRendererProcessKey, GraphicsRendererProcessKey, unknown>;