Is it possible to export a component as a PNG to the clipboard?
Hello @TheDonzo ,
If to set download:false property, it will disable the download of a file and the promise will return blob.
Then, you may use clipboard.write() to write the image to the clipboard.
Here is a code example: Code Snippet . (there will be an error in the console, that’s okay because of iframes and permissions policy).
To check the example, please, look at the mf version: https://snippet.webixcode.com/mf/69czf033 .