react-canvas-draw icon indicating copy to clipboard operation
react-canvas-draw copied to clipboard

React Component for drawing in canvas

Results 52 react-canvas-draw issues
Sort by recently updated
recently updated
newest added

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}...

question

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...

question

Hi, how could I insert labels to my canvas? Sorry for the question, I'm new on React

question

## Todo - [x] Upload GIF image by Github - [x] Apply the GIF image to README.md ![Screen Shot 2021-10-04 at 10 59 58 AM](https://user-images.githubusercontent.com/6365230/135790786-7e8e63c5-c59f-484c-9810-259478fbfbc5.png) 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...

enhancement

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...

enhancement

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...

bug
help wanted
good first issue

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...

enhancement
good first issue

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...

question