@ggez/anim-compiler
v0.1.7
Published
Compiler pipeline from editor documents to compiled runtime animation graphs.
Readme
@ggez/anim-compiler
Semantic validation and compilation of authoring documents into runtime-oriented graphs.
import { compileAnimationEditorDocument } from "@ggez/anim-compiler";
const result = compileAnimationEditorDocument(document);
if (!result.ok) console.error(result.diagnostics);