react-canvas-draw
react-canvas-draw copied to clipboard
React Component for drawing in canvas
Had to `--force` the package to install under `[email protected]` and also had issues with Typescript types that was resolved with `npm i --save-dev @types/react-canvas-draw --force`
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. I'm calculating the size of the...
Hi there. I'm using the canvas component for a game I'm creating, and I find myself unable to scroll past the canvas while on mobile because of the css property...
 Unable to preventDefault inside passive event listener invocation. This problem only happens when i try draw in device toolbar.
A bit rushed, this is what I changed to stop infinite rendering when using socket.io and multiple listeners. The basic problem being the inability to stop triggering `onChange` when loading...
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.11.0 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...
When trying to run CanvasDraw on Android, I get this error from the title. Everything is fine when using web browser, but for some reason it doesn't work on Android....
 Is it posible to resize the main black point on zoom?. When i zoom an image, the pointer is just too big.
If you move the scroll wheel while drawing, a TypeError is thrown: `_this.interactionSM.handleMouseWheel is not a function` It can be reproduced locally as well as on the demo page: https://embiem.github.io/react-canvas-draw/