Reputation: 1661
I need to add a whiteboard feature in react application. Please tell me any easy way to add a whiteboard in react app. I cannot use canvas to create one from scratch, because less time, thanks in advance
Upvotes: 0
Views: 1899
Reputation: 21
This might work for you:
It is simple to use indeed.
https://www.npmjs.com/package/react-sketch-whiteboard
Upvotes: 0
Reputation: 518
Here are some options for you:
https://github.com/mikhail-angelov/react-whiteboard
https://github.com/ohtomi/react-whiteboard
Upvotes: 2