sindresorhus/electron-context-menu

Can I paste an image?

bitdessert opened this issue · 1 comments

I see that there is a function to copy an image and a function to save it.
There doesn't seem to be a function to paste images, is it possible to add this and what would I need to modify to do it myself?
Is it hard to develop for Electron because it doesn't have image pasting?

Image pasting is out of scope for this package. It is documented how you can add your own menu items.