interface ImageURLOptions

external
interface ImageURLOptions extends BaseImageURLOptions

The options used for image URLs with animated content

Constructors

constructor()

optionalexternal
extension? : ImageExtension = 'webp'

The extension to use for the image URL

Inherited from: BaseImageURLOptions

optionalexternal
forceStatic? : boolean

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

optionalexternal
size? : ImageSize

The size specified in the image URL

Inherited from: BaseImageURLOptions