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

    Variable IMAGE_FILE_EXTENSIONSConst

    IMAGE_FILE_EXTENSIONS: Readonly<
        {
            apng: "image/apng";
            avif: "image/avif";
            bmp: "image/bmp";
            gif: "image/gif";
            jpeg: "image/jpeg";
            jpg: "image/jpeg";
            png: "image/png";
            svg: "image/svg+xml";
            tiff: "image/tiff";
            webp: "image/webp";
        },
    > = ...

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