Merge branch 'master' of github.com:excalidraw/excalidraw into arnost/export-image-background

This commit is contained in:
Arnošt Pleskot
2023-09-20 10:11:45 +02:00
101 changed files with 2672 additions and 426 deletions
+2 -1
View File
@@ -512,8 +512,9 @@ export type AppProps = Merge<
* in the app, eg Manager. Factored out into a separate type to keep DRY. */
export type AppClassProperties = {
props: AppProps;
canvas: HTMLCanvasElement;
interactiveCanvas: HTMLCanvasElement | null;
/** static canvas */
canvas: HTMLCanvasElement;
focusContainer(): void;
library: Library;
imageCache: Map<