ImageURLOptions

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