Using imageLoader to load images, ensuring each image is loaded only once.
Note: The loadImage method returns the image. The urls need to be passed in order for the URL to be reusable, but each use will extract from the blob and not make another network request.
Code:
Result: