Member Junction
    Preparing search index...

    File facts the caller extracts (byte length, mime, intrinsic size, SVG source).

    interface LogoInput {
        byteLength: number;
        height?: number;
        mime: string;
        slot: LogoSlot;
        svgText?: string;
        width?: number;
    }
    Index

    Properties

    byteLength: number

    File size in bytes.

    height?: number

    Intrinsic height in px.

    mime: string

    MIME type, e.g. 'image/svg+xml', 'image/png', 'image/webp', 'image/jpeg'.

    slot: LogoSlot
    svgText?: string

    Raw SVG markup (when the upload is an SVG) — enables single-fill detection.

    width?: number

    Intrinsic width in px (raster pixels, or the SVG viewBox/width).