Javascript – Zoom only using mouse wheel
I'd like to allow zooming on a canvas (excalidraw API) using only the mouse wheel like on google map , without pressing the ctrl key. Here are two things that I tried : useEffect(() => { const handleWheel = (event)…