mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: dark theme export background
This commit is contained in:
parent
baa133cbb7
commit
787f5d68cf
11 changed files with 172 additions and 75 deletions
|
@ -47,7 +47,7 @@ export const exportCanvas = async (
|
|||
exportPadding,
|
||||
exportScale: appState.exportScale,
|
||||
exportEmbedScene: appState.exportEmbedScene && type === "svg",
|
||||
fancyBackgroundImageUrl: appState.fancyBackgroundImageUrl,
|
||||
fancyBackgroundImageKey: appState.fancyBackgroundImageKey,
|
||||
},
|
||||
files,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue