Vinoth Pandian

Results 19 comments of Vinoth Pandian
trafficstars

Had the same issue, so I forked ghostium and fixed it. It works for ghost version 1. You can download the zip from this fork until the author fixes it....

I was planning to keep it as a simple sketching tool. But I am open to merging it as a feature if someone is interested in making it

Looks like a performance issue due to rendering. I wanted to change the underlying data structure of CanvasPath to handle this in v7. If anyone else figures out a simpler...

@ivan-at-hypothetic Yes in the near future, but I didn't have much time to spend on it recently. However, if you have a fix, please send a PR.

Very interesting use case! I'll try out something this weekend. Incase you figure out a solution please send a pull request.

Hi @akashdeepsinghal. Sorry, I did not have the time to look at it. As a workaround, for now, you can use the underlying Canvas implementation and update the paths on...

@akashdeepsinghal Sure. I will try to add this feature in the upcoming version

Thanks for your suggestion! However, I would like to keep ReactSketchCanvas as a simple sketching tool. I recommend [react-konva](https://github.com/konvajs/react-konva) for advanced functionality.

Fixed with [7.0.0.next.0](https://www.npmjs.com/package/react-sketch-canvas/v/7.0.0-next.0) release

Thanks @zeke! Seems like the eraser is the problem. I will add a stroke eraser option where users can delete strokes as well.