Type alias TSVGExportOptions
TSVGExportOptions: { encoding?: "UTF-8"; height?: string; reviver?: TSVGReviver; suppressPreamble?: boolean; viewBox?: { height: number; width: number; x: number; y: number; }; width?: string; }
Type declaration
-
Optional encoding?: "UTF-8"
-
Optional height?: string
-
-
Optional suppressPreamble?: boolean
-
Optional viewBox?: {
height: number;
width: number;
x: number;
y: number;
}
-
height: number
-
width: number
-
x: number
-
y: number
-
Optional width?: string