BangSo/apps/web/e2e/fixtures/avatar-motion.tsx

13 lines
275 B
TypeScript
Raw Normal View History

2026-09-01 16:51:19 +00:00
import { BotAvatar } from "@rakazo/ui-web";
import { createRoot } from "react-dom/client";
createRoot(document.getElementById("root")!).render(
<BotAvatar
color="#D9508A"
identity="reduced-motion"
size={120}
status="running"
variant="organic"
/>,
);