mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-24 17:59:58 +02:00
initial implementation
This commit is contained in:
@@ -448,6 +448,7 @@ export const DEFAULT_ELEMENT_PROPS: {
|
||||
roughness: ExcalidrawElement["roughness"];
|
||||
opacity: ExcalidrawElement["opacity"];
|
||||
locked: ExcalidrawElement["locked"];
|
||||
containerBehavior: ExcalidrawElement["containerBehavior"];
|
||||
} = {
|
||||
strokeColor: COLOR_PALETTE.black,
|
||||
backgroundColor: COLOR_PALETTE.transparent,
|
||||
@@ -457,6 +458,7 @@ export const DEFAULT_ELEMENT_PROPS: {
|
||||
roughness: ROUGHNESS.artist,
|
||||
opacity: 100,
|
||||
locked: false,
|
||||
containerBehavior: "growing",
|
||||
};
|
||||
|
||||
export const LIBRARY_SIDEBAR_TAB = "library";
|
||||
|
Reference in New Issue
Block a user