react-canvas-draw
react-canvas-draw copied to clipboard
React Component for drawing in canvas
Hi, Im looking for a solution to update props of react-canvas-draw realtime. I didnt find any solution to re-render the canvas. For example : ` (this.saveableCanvas = canvasDraw)} brushColor={"#000"} brushRadius={1}...
lot of unanswered issues, lot of un-merged PRs from would-be contributors. I came here to see if there were any recommendations for a few things like image file export and...
Hi, how could I insert labels to my canvas? Sorry for the question, I'm new on React
## Todo - [x] Upload GIF image by Github - [x] Apply the GIF image to README.md  d
Is there anyway to convert the returned canvas's stringified object into base64? i couldn't add an ID into the canvas element itself, because it doesnt accept id as a prop....
I would like the canvas to be resizable in the sense that if I draw a line in the middle of the canvas, when I resize the canvas, I still...
I'm seeing the `undo()` function become slow as you draw a lot of lines on the canvas. This makes sense because I see we need to redraw all of our...
Thanks for a powerful lightweight library, I was trying set custom background using both blob and base64 and looks like it failed to load and fallback to default background. It...
Related to https://github.com/embiem/react-canvas-draw/issues/42 - I built the latest develop branch and verified that the fix in https://github.com/embiem/react-canvas-draw/commit/4a8c22783087d62bd09253e556b0decc71d1e1ac does fix the issue, but only on my laptop with a mouse. On...
Imagine User A has drawn something - say 2 random polygons. I have 2 questions: 1. When I call saveData(), is there a way to detect the two objects separately...