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
7
src/global.d.ts
vendored
Normal file
7
src/global.d.ts
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
interface Window {
|
||||
ClipboardItem: any;
|
||||
}
|
||||
|
||||
interface Clipboard extends EventTarget {
|
||||
write(data: any[]): Promise<void>;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue