Martin Beierling-Mutz
Martin Beierling-Mutz
Hey I just stumbled over this issue, after I created blitz-js/legacy-framework#34. That issue might be interesting here, too. I am running a Blitz.js app on a DO droplet and re-building...
Hey @sunnypatel165, thanks for your question! This is an interesting problem. To best solve it, I'd recommend working with the saveData directly. We save each drawn "line" and its "points"....
Should be a low-hanging fruit to add using https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent/pressure, right?
@WallTack great demo, thanks for sharing! I'd also like to know more about the implementation. If you want, you can add a PR. Regarding the export functionality: if you have...
Hey, it is pretty dead, yes. I'm trying to set some time apart to go through the backlog of this fun little component I open sourced and now thousands apparently...
I think this is a great idea. To not break anything, what do you think about using a prop like `undoStackSize` with a default value of 0? The default 0...
Seems to be related to #93. Thanks for creating the PR!
Hmm interesting. I'll have to do some testing, especially in regards to using a `lazyRadius` > 0. In this case you'd not want to draw a dot with just a...
Thanks for your thoughts. I think the `forceTap` is necessary to introduce this without any breaking changes, as existing usage is maybe relying on not drawing dots on tap. For...
This is currently not supported out of the box. A good start point to add this feature would be the `handleCanvasResize` callback at https://github.com/embiem/react-canvas-draw/blob/master/src/index.js#L296