diff options
| author | bobzel <zzzman@gmail.com> | 2025-03-06 16:17:47 -0500 | 
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2025-03-06 16:17:47 -0500 | 
| commit | 5ad858090f3006631062877d90120e3cc505fada (patch) | |
| tree | 9f87a8e1e7098a1025f6f4aac332dbc854db5be3 /src/client/views/nodes/imageEditor/imageEditorUtils/imageEditorInterfaces.ts | |
| parent | 9c2a7c14fd9d0e44609aab30c6323583162009db (diff) | |
| parent | adaa107aac8558fa6f46e6ba1263c650c212d506 (diff) | |
Merge branch 'master' into aarav_edit
Diffstat (limited to 'src/client/views/nodes/imageEditor/imageEditorUtils/imageEditorInterfaces.ts')
| -rw-r--r-- | src/client/views/nodes/imageEditor/imageEditorUtils/imageEditorInterfaces.ts | 5 | 
1 files changed, 2 insertions, 3 deletions
diff --git a/src/client/views/nodes/imageEditor/imageEditorUtils/imageEditorInterfaces.ts b/src/client/views/nodes/imageEditor/imageEditorUtils/imageEditorInterfaces.ts index a14b55439..02dbc0312 100644 --- a/src/client/views/nodes/imageEditor/imageEditorUtils/imageEditorInterfaces.ts +++ b/src/client/views/nodes/imageEditor/imageEditorUtils/imageEditorInterfaces.ts @@ -13,8 +13,8 @@ export interface Point {  }  export enum ImageToolType { -    GenerativeFill = 'genFill', -    Cut = 'cut', +    GenerativeFill = 'Generative Fill', +    Cut = 'Cut',  }  export enum CutMode { @@ -26,7 +26,6 @@ export enum CutMode {  export interface ImageEditTool {      type: ImageToolType; -    name: string;      btnText: string;      icon: IconProp;      // this is the function that the image tool applies, so it can be defined depending on the tool  | 
