feat(layers): add layer management panel
This commit is contained in:
@@ -13,6 +13,8 @@ const document: ImageDocument = {
|
||||
name: "Artboard",
|
||||
bounds: { x: 0, y: 0, w: 100, h: 80 },
|
||||
backgroundColor: "transparent",
|
||||
visible: true,
|
||||
locked: false,
|
||||
layers: [
|
||||
{
|
||||
id: "l1",
|
||||
|
||||
Reference in New Issue
Block a user