My page has a total of 6 canvas elements. Users can upload images using the <input type="file">
button, and each image should be displayed within one of the canvas elements, arranged from left to right in sequential order.
However, I am having difficulty getting the images to display properly from left to right on the canvases.
For example, if the first image is uploaded, it should appear in "can1". Subsequent images should go to "can2", "can3", and so on. If an image is deleted from "can2", the image in "can3" should move to take its place.