I was wondering AllanR why r0j0's code for pasting to clipboard doesn't work in native C3 javascript, but only in browser> execute javascript
My guess is something isn't implemented, but what? Can you make it work outside the browser object?
EDIT: Ah I figured I'd use your solution with a global string,
1| set imgURL to DrawingCanvas.SavedImageURL
2| img.src = runtime.globalVars.imgURL
to get the contents of the image, and it worked like a charm <3