feat: animation system

This commit is contained in:
Asaki Yuki 2026-01-26 13:27:54 +07:00
parent 406e71575f
commit 7534a613cb
22 changed files with 19733 additions and 19122 deletions

View file

@ -1,8 +1,9 @@
import "./compilers/PreCompile.js"
import "./compilers/RunEnd.js"
export * from "./components/Animation.js"
export * from "./components/UI.js"
export { Animation } from "./components/Animation.js"
export { AnimationKeyframe } from "./components/AnimationKeyframe.js"
export { ModifyUI, UI } from "./components/UI.js"
export * from "./components/Utils.js"
export * from "./types/enums/index.js"