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

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

bug

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

enhancement

![Screenshot_3](https://user-images.githubusercontent.com/74165737/103896203-5e460980-50d0-11eb-90b1-9f8363f34570.png) Unable to preventDefault inside passive event listener invocation. This problem only happens when i try draw in device toolbar.

bug

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

dependencies

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

dependencies

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

![image](https://user-images.githubusercontent.com/26725479/141342610-7e1adb4b-daeb-4c3c-ac7d-d68833b51316.png) Is it posible to resize the main black point on zoom?. When i zoom an image, the pointer is just too big.

question

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/

bug