interface ImageURLOptions

export interface ImageURLOptions extends BaseImageURLOptions

The options used for image URLs with animated content

optional
extension? : ImageExtension

The extension to use for the image URL

Inherited from: BaseImageURLOptions

optional
forceStatic? : boolean

Whether or not to prefer the static version of an image asset.

optional
size? : ImageSize

The size specified in the image URL

Inherited from: BaseImageURLOptions