Skip to content

textmode.export.js / SVGOverlayDefaults

Type Alias: SVGOverlayDefaults

ts
type SVGOverlayDefaults = Pick<SVGExportOptions, "includeBackgroundRectangles" | "drawMode" | "strokeWidth">;

Default SVG export fields controlled by the export overlay.