mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-12-08 05:25:49 +01:00
support export canvas to clipboard (#232)
This commit is contained in:
@@ -15,3 +15,5 @@ export type SceneScroll = {
|
||||
export interface Scene {
|
||||
elements: ExcalidrawTextElement[];
|
||||
}
|
||||
|
||||
export type ExportType = "png" | "clipboard";
|
||||
|
||||
Reference in New Issue
Block a user