The URL of the image. It can be a local file (blob url) or a remote file.
Optional
opts: { maxWidth?: number }Options for the image size.
Optional
maxWidth?: numberThe maximum width of the image. If the image is wider than this, it will be scaled down to this width while keeping the aspect ratio.
The width and height of the image as downloaded from the URL. The width and height can differ from the natural numbers if maxImageWidth is given.
Get the dimensions of an image from a URL.