The options used for image URLs.

interface EmojiURLOptionsWebp {
    animated?: boolean;
    extension?: "webp";
    size?: ImageSize;
}

Hierarchy (View Summary)

Properties

animated?: boolean

Whether to use the animated query parameter.

extension?: "webp"

The extension to use for the image URL.

'webp'

size?: ImageSize

The size specified in the image URL.