feat: layer effects, bucket fill, simple brush

This commit is contained in:
2026-05-21 00:02:12 +07:00
parent bcf4650c70
commit e7dd9420e7
47 changed files with 1675 additions and 1038 deletions
+3 -1
View File
@@ -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,
},
];