react-canvas-draw
react-canvas-draw copied to clipboard
React Component for drawing in canvas
at CanvasDraw.loop (index.js:462) at CanvasDraw.applyView (index.js:235) at coordinateSystem.js:155 at Set.forEach () at CoordinateSystem.setView (coordinateSystem.js:154) at CoordinateSystem.set (coordinateSystem.js:252) at ref (index.js:721) at commitAttachRef (react-dom.development.js:20875) at commitLayoutEffects (react-dom.development.js:23431) at HTMLUnknownElement.callCallback (react-dom.development.js:3945) The...
Bumps [terser](https://github.com/terser/terser) from 4.7.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...
There have been some questions regarding how to use references with react-canvas-draw. I'll pull the issues #107 #106 & #104 into this one. - [ ] Make sure we understand...
Bumps [codecov](https://github.com/codecov/codecov-node) from 3.6.5 to 3.8.3. Release notes Sourced from codecov's releases. v3.8.3 Fixes #329 fix: Test if response has two lines Dependencies #306 Bump eslint-config-prettier from 7.2.0 to 8.3.0...
Firstly, thanks for this awesome library. Currently, we have an `onChange` listener to detect changes on the canvas but it only gets invoked on mouse up, there are use cases...
In #34, an eraser prop was proposed. This could be a new `eraser` boolean prop on the component. When active, drawn lines intersecting with the pointer are removed instead of...
Hello, Thanks for your package, it is pretty easy to use and understand. I need to save the background as well as the drawing on it so I set the...
When the user zoom the browser page and then starts drawing happens that the `this.interactionSM` object is `undefined`.