Interface RasterImageExportData

interface RasterImageExportData {
    content: string;
    inputType: "SVG" | "HTML";
    name: string;
    outputType: "JPEG" | "PNG";
    styles?: string;
}

Hierarchy

Properties

content: string
inputType: "SVG" | "HTML"
name: string
outputType: "JPEG" | "PNG"
styles?: string

Generated using TypeDoc