@architwankhade/math
Version:
Excalidraw math functions
6 lines (5 loc) • 346 B
TypeScript
import type { ExcalidrawElement } from "@architwankhade/element/types";
import type { AppState, BinaryFiles } from "../types";
export declare const resaveAsImageWithScene: (elements: readonly ExcalidrawElement[], appState: AppState, files: BinaryFiles, name: string) => Promise<{
fileHandle: import("browser-fs-access").FileSystemHandle;
}>;