The options used for image URLs.

interface BaseImageURLOptions {
    extension?: "jpeg" | "png" | "webp" | "gif" | "jpg";
    size?: ImageSize;
}

Hierarchy (View Summary)

Properties

Properties

extension?: "jpeg" | "png" | "webp" | "gif" | "jpg"

The extension to use for the image URL.

'webp'

size?: ImageSize

The size specified in the image URL.