mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-17 11:14:23 +01:00
support export canvas to clipboard (#232)
This commit is contained in:
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>;
|
||||
}
|
||||
Reference in New Issue
Block a user