interface ImageURLOptions extends BaseImageURLOptions
The options used for image URLs that may be animated.
optionalexternalImageExtension = 'webp' extension? :
The extension to use for the image URL.
Inherited from: BaseImageURLOptions
optionalexternalboolean forceStatic? :
Whether to prefer the static asset.
optionalexternalImageSize size? :
The size specified in the image URL.
Inherited from: BaseImageURLOptions