@espcustomss/oauth
    Preparing search index...

    Interface ImageURLOptions

    The options used for image URLs with animated content

    interface ImageURLOptions {
        extension?: "webp" | "png" | "jpg" | "jpeg" | "gif";
        forceStatic?: boolean;
        size?: 16 | 32 | 64 | 128 | 256 | 512 | 1024 | 2048 | 4096;
    }

    Hierarchy (View Summary)

    Index

    Properties

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

    The extension to use for the image URL

    'webp'

    forceStatic?: boolean

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

    size?: 16 | 32 | 64 | 128 | 256 | 512 | 1024 | 2048 | 4096

    The size specified in the image URL