UNPKG

clumsy-graphics

Version:

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

6 lines (3 loc) 193 B
import { GraphicsRendererProcessKey } from '../models/GraphicsRendererProcessKey' export type AssetBaseRoute = `/${GraphicsRendererProcessKey}` export type ViewSubRoute = '/logs' | '/result'