@excalidraw/math
Version:
Excalidraw math functions
6 lines (5 loc) • 473 B
TypeScript
import type { NonDeletedExcalidrawElement } from "@excalidraw/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;