interface ImageURLOptions extends BaseImageURLOptionsThe options used for image URLs that may be animated.
optionalexternalextension? : ImageExtension = 'webp'
The extension to use for the image URL.
Inherited from: BaseImageURLOptions
optionalexternalforceStatic? : boolean 
Whether to prefer the static asset.
optionalexternalsize? : ImageSize 
The size specified in the image URL.
Inherited from: BaseImageURLOptions