UNPKG

@architwankhade/math

Version:
6 lines (5 loc) 477 B
import type { NonDeletedExcalidrawElement } from "@architwankhade/element/types"; import type { RenderableElementsMap, SVGRenderConfig } from "../scene/types"; import type { BinaryFiles } from "../types"; import type { RoughSVG } from "roughjs/bin/svg"; export declare const renderSceneToSvg: (elements: readonly NonDeletedExcalidrawElement[], elementsMap: RenderableElementsMap, rsvg: RoughSVG, svgRoot: SVGElement, files: BinaryFiles, renderConfig: SVGRenderConfig) => void;