dilidili / react-drawing-board

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

how can we connect web socket with this drawing board? #18

Closed akshita-kamani closed 2 years ago

dilidili commented 3 years ago

@akshita-kamani This repo is actually provide a pure render component. you can create a wrapper component and use other packages such as socket.io to send and receive drawing actions.