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
+1 -1
View File
@@ -57,7 +57,7 @@ export function FacePanel({
? t("editor.faceMlFailed")
: faceStatus === "detecting"
? t("editor.detectingFaces")
: selectedLayer?.type !== "image"
: selectedLayer?.type !== "raster"
? t("editor.selectImageLayer")
: faceDetections.length === 0
? t("editor.noFacesFound")