interface ImageURLOptions

export interface ImageURLOptions extends BaseImageURLOptions

The options used for image URLs that may be animated.

optional
extension? : ImageExtension = 'webp'

The extension to use for the image URL.

Inherited from: BaseImageURLOptions

optional
forceStatic? : boolean

Whether to prefer the static asset.

optional
size? : ImageSize

The size specified in the image URL.

Inherited from: BaseImageURLOptions