Is it possible to copy image to clipboard?

using toPNG to get the blob of the image, how to programmatically copy it to clipboard?

Hey @Human, unfortunately it doesn’t seem currently possible (if you are talking about copying the image itself and not the Data URL representation), from what I’ve seen most workarounds that have tried this are either broken or simply didn’t work in the first place (i. e. javascript - Copy image to clipboard - Stack Overflow).

that’s unfortunate, thanks anyway @Dzmitry