mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
support export canvas to clipboard (#232)
This commit is contained in:
parent
1541428ab1
commit
deee57314d
7 changed files with 89 additions and 11 deletions
|
@ -15,3 +15,5 @@ export type SceneScroll = {
|
|||
export interface Scene {
|
||||
elements: ExcalidrawTextElement[];
|
||||
}
|
||||
|
||||
export type ExportType = "png" | "clipboard";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue