mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
do not render grid on export (#1814)
This commit is contained in:
parent
e7ef02cc0f
commit
caa9b54893
2 changed files with 6 additions and 3 deletions
|
@ -72,6 +72,7 @@ export const exportToCanvas = (
|
|||
renderScrollbars: false,
|
||||
renderSelection: false,
|
||||
renderOptimizations: false,
|
||||
renderGrid: false,
|
||||
},
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue