JohnMcLear / draw

A real time collaborative drawing tool using nodejs, socket.io & paper.js
Apache License 2.0
482 stars 158 forks source link

Best way to integrate into a website #248

Closed ravi-j closed 6 years ago

ravi-j commented 7 years ago

Hi, I would like to embed etherDraw into a website. Is there an API like functionality to call draw and get a new draw instance by a given name (like in etherpad).

Thanks in advance.