Does anyone know if it is possible to retrieve image data from the users clipboard?
I'd like to be able to click a sprite (or canvas object) and paste an image into it if the user has a picture in the clipboard. (ie copied from paint / word)
Develop games in your browser. Powerful, performant & highly capable.
It may be possible with some javascript, but the user should press Ctrl-V. If you want to access clipboard content without pressing Ctrl-V, the browser will display a permission request dialog. And this will not work in some browsers.