From b3eb1b8bd1b56f44c1e747ef9da2d1275586e0f8 Mon Sep 17 00:00:00 2001 From: "Victor A." <52110451+cs50victor@users.noreply.github.com> Date: Wed, 21 Feb 2024 14:32:19 -0500 Subject: [PATCH] refactor: increase canvas size --- www/app/fal/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/www/app/fal/page.tsx b/www/app/fal/page.tsx index 8ca9f28..9eaadd0 100644 --- a/www/app/fal/page.tsx +++ b/www/app/fal/page.tsx @@ -49,6 +49,7 @@ export default function Home() { connectionKey: 'realtime-nextjs-app', onResult(result) { if (result.error) return + console.log("images", result.images) setImage(result.images[0].url) } }) @@ -114,8 +115,8 @@ export default function Home() {