export-size-svg - v0.0.5
    Preparing search index...

    Interface SVGOptions

    interface SVGOptions {
        baselineSize?: number;
        cardWidth?: number;
        theme?: {
            backgroundColor?: string;
            progressColor?: string;
            progressTrackColor?: string;
            textColor?: string;
            titleColor?: string;
        };
    }
    Index

    Properties

    baselineSize?: number

    The baseline size for comparison, defaults to the maximum export bundle size.

    cardWidth?: number
    theme?: {
        backgroundColor?: string;
        progressColor?: string;
        progressTrackColor?: string;
        textColor?: string;
        titleColor?: string;
    }