Martin Beierling-Mutz
Martin Beierling-Mutz
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...
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...
## Idea Right now, we only support a very static circle brush. To serve more use cases and make react-canvas-draw more customizable, we could implement a brush system. The Brushes...
Hey, very useful component, thanks! I ran into an issue when trying to use this component in a functional component combined with useState. The issue is that not all prop...
### Version 1.27.0 ### What happened? The pgvector support introduced in v1.23.0 doesn't seem to play nicely with the `:copyfrom` command. I get the following error with the setup described...