feat: add expansion preview for content-aware crop mode

This commit is contained in:
SnapOtter
2026-05-11 21:14:17 +08:00
parent 694cc86aff
commit aa87c7e5e1
2 changed files with 21 additions and 5 deletions
+1
View File
@@ -36,6 +36,7 @@ export interface CropProps {
onCropChange: (crop: Crop) => void;
onAspectChange: (aspect: number | undefined) => void;
onGridToggle: (show: boolean) => void;
onModeChange?: (mode: "standard" | "content-aware") => void;
}
export interface EraserProps {