MCP Apps Kit - v0.5.0
    Preparing search index...

    Interface IconFromFileOptions

    Options for creating an icon from a file

    interface IconFromFileOptions {
        mimeType?: string;
        sizes?: string[];
        theme?: IconTheme;
    }
    Index

    Properties

    mimeType?: string

    Override the auto-detected MIME type.

    sizes?: string[]

    Icon sizes in "WxH" format. Use ["any"] for scalable formats like SVG.

    ["48x48", "96x96"]
    
    theme?: IconTheme

    Theme this icon is designed for.