excalidraw settings
This commit is contained in:
parent
d7874e728b
commit
bdb37a7357
|
@ -74750,7 +74750,11 @@ var ExcalidrawController = class {
|
||||||
{
|
{
|
||||||
style: { height: "100%" }
|
style: { height: "100%" }
|
||||||
},
|
},
|
||||||
React.createElement(import_excalidraw.Excalidraw)
|
React.createElement(import_excalidraw.Excalidraw, {
|
||||||
|
theme: "dark",
|
||||||
|
gridModeEnabled: true,
|
||||||
|
UIOptions: { canvasActions: { toggleTheme: true } }
|
||||||
|
})
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
|
@ -15,7 +15,11 @@ export class ExcalidrawController {
|
||||||
{
|
{
|
||||||
style: { height: "100%" },
|
style: { height: "100%" },
|
||||||
},
|
},
|
||||||
React.createElement(Excalidraw),
|
React.createElement(Excalidraw, {
|
||||||
|
theme: 'dark',
|
||||||
|
gridModeEnabled: true,
|
||||||
|
UIOptions: { canvasActions: { toggleTheme: true } }
|
||||||
|
}),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue