javascript canvas reset transform
ctx.resetTransform();
Here is what the above code is Doing:
1. We create a new canvas and set its width and height to the width and height of the image.
2. We create a new context for the canvas.
3. We draw the image onto the canvas.
4. We reset the transformation matrix of the context.