@moxijs/core - v0.3.4
    Preparing search index...

    Interface SVGToTextureOptions

    interface SVGToTextureOptions {
        color?: number;
        height: number;
        svgString: string;
        width: number;
    }
    Index

    Properties

    color?: number
    height: number
    svgString: string
    width: number