I have an image that will be uploaded by the user using the cordova camera plugin.
Image is in angular data binding {{imgUri}}
How to do this with the canvas element? I want to draw it on a canvas because I would like to apply some transformation to the image on the canvas.
source
share