diff --git a/src/components/CanvasBlurCapture.tsx b/src/components/CanvasBlurCapture.tsx index 54540a79..1715a333 100644 --- a/src/components/CanvasBlurCapture.tsx +++ b/src/components/CanvasBlurCapture.tsx @@ -28,6 +28,7 @@ export default function CanvasBlurCapture({ useEffect(() => { const capture = () => { + console.log(`Attempting to capture blur data: ${imageUrl}`); const canvas = refCanvas.current; if (canvas) { canvas.width = width * scale;