Eulergraph
    Preparing search index...

    Type Alias SVGConvertOptions

    type SVGConvertOptions = {
        asString?: boolean;
        height?: number;
        includeWrapper?: boolean;
        viewBox?: string;
        width?: number;
    }
    Index

    Properties

    asString?: boolean
    height?: number
    includeWrapper?: boolean
    viewBox?: string
    width?: number