mirror of
https://github.com/YuzuZensai/Pien-Studio.git
synced 2026-09-02 14:18:35 +00:00
✨ feat: layer effects, bucket fill, simple brush
This commit is contained in:
@@ -11,7 +11,7 @@ describe("buildFaceLabelOverlays", () => {
|
||||
const layers = [
|
||||
{
|
||||
id: "layer-1",
|
||||
type: "image" as const,
|
||||
type: "raster" as const,
|
||||
x: 20,
|
||||
y: 30,
|
||||
width: 180,
|
||||
@@ -19,6 +19,8 @@ describe("buildFaceLabelOverlays", () => {
|
||||
scale: 1,
|
||||
rotation: 0,
|
||||
opacity: 1,
|
||||
effects: [],
|
||||
visible: true,
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user