mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-07 01:27:10 +02: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