paste-image
Cross-browser pasting of images
Live Demo
A simple example that works in all major browsers.
Example
// Listen for all image paste events on a pagepasteImage;
Install via NPM
npm install paste-image
Why?
It's 2016 and Chrome is the only browser to properly implement the Clipboard API. Let's wrap up some workarounds and provide an easy way to provide cross-browser image pasting.