The RemoteImage constructor.
new RemoteImage(src, alt?, title?)
src
The URL string of the image to fetch.
alt
The alternative text for the image. If not specified, the alternative text will be an empty string.
title
The title of the image. If not specified, the title will be an empty string.
A new RemoteImage object.
Throws an error if the URL is invalid.
Returns an empty image (represented as a broken image icon) if the image cannot be fetched or decoded.
new RemoteImage("https://example.com/cat.png")