Skip to content

Commit 7d7837a

Browse files
committed
refactor: improve comment clarity for third-party background removal in Transformation interface
1 parent 3cdcc08 commit 7d7837a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/interfaces/Transformation.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,7 @@ export interface Transformation {
181181
grayscale?: true;
182182

183183
/**
184-
* Use third-party background removal.
185-
* See also `removeBackground` for ImageKit's in-house background removal which is 90% cheaper.
184+
* Use third-party background removal. Use `removeBackground` - ImageKit's in-house background removal which is 90% cheaper.
186185
*/
187186
aiBGRemoveExternal?: true
188187

0 commit comments

Comments
 (0)