Clipboard.js: can I copy img

Created on 30 Jul 2018  路  5Comments  路  Source: zenorocha/clipboard.js

can I copy image and paste image in word ? is image ! not img url?

All 5 comments

new ClipboardJS('.btn', {
html: function(trigger) {
return trigger.getAttribute('aria-label');
}
});

change into html can resolve this question!
but doc not intro!

No only text:
image

Please close this question.

base64 is ok?

Base64 is ok since it's just a string.

base64 is ok?

In linux it works!

https://jsfiddle.net/milrak/sb3tr1nh/8/

Was this page helpful?
0 / 5 - 0 ratings