feat(layers): add layer management panel
This commit is contained in:
@@ -7,5 +7,7 @@ export type Artboard = {
|
||||
name: string;
|
||||
bounds: Rect;
|
||||
backgroundColor: string;
|
||||
visible: boolean;
|
||||
locked: boolean;
|
||||
layers: Layer[];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user