mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: cleanup after rebase
This commit is contained in:
parent
c2870a6df5
commit
5ff4e0d640
3 changed files with 14 additions and 29 deletions
|
@ -18,6 +18,7 @@ export type StaticCanvasRenderConfig = {
|
|||
/** when exporting the behavior is slightly different (e.g. we can't use
|
||||
CSS filters), and we disable render optimizations for best output */
|
||||
isExporting: boolean;
|
||||
exportWithFancyBackground?: boolean;
|
||||
};
|
||||
|
||||
export type InteractiveCanvasRenderConfig = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue