Can I show a preview of a rect without drawing it using canvas – Javascript
I am creating an app which is a "paint like". So when the user click on the image it draws on it like this: const drawHandler = () => { const middle = brushSize / 2; context.fillRect( currentTransformedCursor.x - middle,…