jsonui builder

This commit is contained in:
Asaki Yuki 2026-01-27 17:17:34 +07:00
parent 6a95bcc384
commit 0c8a9cc622
7 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
import { Anchor, AnimationSize, Easing, KeyframeSize, Panel } from ".."
import { Anchor, AnimationOffset, Easing, KeyframeSize, Panel } from ".."
const animation = AnimationSize(
const animation = AnimationOffset(
"smooth_loop",
{
to: [10, 10],
@ -31,4 +31,4 @@ const panel = Panel({
}),
)
console.log(animation)
console.log(animation, panel)