mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
feat: add expansion preview for content-aware crop mode
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user