Computer Science, asked by naglelakhan0, 2 months ago

how will you place image on canvas ,write steps??​

Answers

Answered by AeraSimran
1

Answer:

Getting an image to display into your canvas follows a very simple formula made up of these two steps: <>Gain access to an image source (aka an image file, another canvas element, a frame from a video element, etc.) <> Display the data from the image source to the canvas.

Similar questions