Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Variable TEXTURE_FILE_EXTENSIONSConst

    TEXTURE_FILE_EXTENSIONS: Readonly<
        {
            apng: "image/apng";
            avif: "image/avif";
            basis: "application/octet-stream";
            bmp: "image/bmp";
            gif: "image/gif";
            jpeg: "image/jpeg";
            jpg: "image/jpeg";
            ktx2: "image/ktx2";
            m4v: "video/mp4";
            mp4: "video/mp4";
            ogv: "video/ogg";
            png: "image/png";
            svg: "image/svg+xml";
            tiff: "image/tiff";
            webm: "video/webm";
            webp: "image/webp";
        },
    > = ...

    The supported file extensions for texture-type files, and their corresponding mime types.