The RemoteImage class represents an image fetched from a remote URL and stored in the codebook.
You can create a remote image using the constructor:
new RemoteImage("https://www.codingrobots.com/codingrobots.png")
The image will be fetched once the code is executed and stored in the codebook, so it will be available locally even if the remote URL is no longer accessible unless re-executed.
RemoteImage