layerssss / paste.js

read image/text data from clipboard (cross-browser)
http://layerssss.github.io/paste.js/
MIT License
463 stars 94 forks source link

does it work on Windows OS ? #30

Closed IAIAE closed 8 years ago

IAIAE commented 8 years ago

你好!在rubyChina上看到你的帖子。貌似两年过去了clipboardData这个接口一点变化也没有~TAT~ _这个在windows系统上work嘛?_ clipboardData在自己mac上工作得挺好的,换到windows系统上复制图片后clipboardData.items.length为0。你是否遇到这类情况?

layerssss commented 8 years ago

Yes it will work on Windows, on Windows it will use the contenteditable hack to handle the images as well.