Advanced Photo Editor

Basic Features

Step 10: In the example, copy where the image data is put on the canvas. Modify what you copied to put it at the top left corner of the canvas:
context.putImageData(imageData, 0, 0)
Last step Next step