diff --git a/src/app/page.tsx b/src/app/page.tsx index c6ff082..d2cbf70 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,8 @@ fal.config({ }), }); +const shapeUtils = [LiveImageShapeUtil]; + export default function Home() { const onEditorMount = (editor: Editor) => { editor.createShape({ @@ -22,7 +24,7 @@ export default function Home() { return (
- +
);