Adding ability to copy to clipboard as SVG (#1250)
This commit is contained in:
@ -22,7 +22,12 @@ export interface Scene {
|
||||
elements: ExcalidrawTextElement[];
|
||||
}
|
||||
|
||||
export type ExportType = "png" | "clipboard" | "backend" | "svg";
|
||||
export type ExportType =
|
||||
| "png"
|
||||
| "clipboard"
|
||||
| "clipboard-svg"
|
||||
| "backend"
|
||||
| "svg";
|
||||
|
||||
export type ScrollBars = {
|
||||
horizontal: {
|
||||
|
Reference in New Issue
Block a user