i-aryan / quickmeet

A video chat/meeting webapp using WebRTC and WebSockets. Basically a Google Meet clone + a collaborative Whiteboard.
MIT License
121 stars 66 forks source link

Use FabricJS for the whiteboard #20

Open ugnich opened 3 years ago

ugnich commented 3 years ago

Consider using http://fabricjs.com/ for the whiteboard. It can convert free drawing to paths and serialize it to JSON.

i-aryan commented 3 years ago

Cool, will check it out.