dilidili / react-drawing-board

demo
https://react-drawing-board-demo.dilidili.now.sh
MIT License
70 stars 21 forks source link

Feature Request #4

Closed cngeru closed 3 years ago

cngeru commented 4 years ago

Can there be a feature where one adds a custom toolbar or customize the current one ? Can one trasmit the events e.g using socket.io ? BUGS : The rectangular shape is missing Pressing Backspace while typing deletes the image

dilidili commented 4 years ago

Q: Can there be a feature where one adds a custom toolbar or customize the current one ? A: I do not understand what is the specific customization you mean. e.g. text label and icon props configure?

Q: Can one transmit the events e.g using socket.io ? A: You can receive newOperation on onChange called and emit operations through socket.io, but the function should not be a part of this view lib.

BUGS:

Q: The rectangular shape is missing A: Can you provide a reproducible demo or screenshots help me location problem.

Q: Pressing Backspace while typing deletes the image A: This problem maybe caused by pressing Backspace when some shape is selecting. Blur and preventing keyboard control will solve this problem?

cngeru commented 3 years ago

Can you add the features in this project link to netless. The have limited the project for their services only.

EDIT: Images do not appear on canvas after deleting the image