A collection of common patterns for dealing with the clipboard.
Many modern browsers support copying images to the clipboard in the formats PNG and SVG.
How do I copy text on the web? There's an old way and a new way. It depends on which browser is used.
Pasting files into the browser consists of using the paste event of the HTMLElement.
Read images from the user's clipboard programmatically.
Read text from the user's clipboard programmatically.