This commit is contained in:
math-pixel
2026-04-28 16:54:00 +02:00
parent 8abc69ebc3
commit 9ada4298c3
17 changed files with 17460 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
export { AnimatedModel, useAnimatedModel } from "./AnimatedModel";
export type { AnimatedModelConfig } from "./AnimatedModel";
export { SimpleModel } from "./SimpleModel";
export type { SimpleModelConfig } from "./SimpleModel";
export { useCharacterAnimation } from "@/hooks/useCharacterAnimation";
export type { CharacterAnimationConfig } from "@/hooks/useCharacterAnimation";