JohnMcLear / draw

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

Allow paste from clipboard #158

Open JohnMcLear opened 11 years ago

JohnMcLear commented 11 years ago

Craete image in MSPaint or so, copy it, paste it into etherdraw.

y u no exist?

tranek commented 11 years ago

y u no exist?

lol!

Might be doable. Need to know how it's stored on the clipboard.

theoryshaw commented 10 years ago

incorporate this potentially? https://github.com/JoelBesada/pasteboard

JohnMcLear commented 10 years ago

Drag and drop already exists.. Clipboard would be nice too.. pasteboard doesn't really help solve that.. Something like his example client JS would be useful though as we can just pass that as an event: http://joelb.me/blog/2011/code-snippet-accessing-clipboard-images-with-javascript/ emitting the data to the websocket..