LuanEdCosta / copy-image-clipboard

Lightweight library to copy PNG and JPG images to clipboard
https://luanedcosta.github.io/copy-image-clipboard/
MIT License
59 stars 12 forks source link

Req Feature to copy multiple image to clipboard and paste multiple image #33

Open pancaz opened 2 years ago

pancaz commented 2 years ago

Req Feature to copy multiple image to clipboard and paste multiple image

LuanEdCosta commented 2 years ago

Hi @pancaz.

I'm studying how to implement this feature with minimal breaking changes right now. I'm developing in the feature/copy-multiple-images branch.


I'm having this problem: DOMException: Support for multiple ClipboardItems is not implemented.

It seems that the Clipboard API still does not support copying multiple items or my OS does not support it. I also found this in the W3C Clipboard API and Events document:

image

I still need to test more things, but any help would be appreciated 😄.

pancaz commented 2 years ago

Hi, thank you for your attention. i'm very appreciate your hard work. i'm so sorry i cant help more because i'm newbie ^_^