We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cdcc08 commit 7d7837aCopy full SHA for 7d7837a
src/interfaces/Transformation.ts
@@ -181,8 +181,7 @@ export interface Transformation {
181
grayscale?: true;
182
183
/**
184
- * Use third-party background removal.
185
- * See also `removeBackground` for ImageKit's in-house background removal which is 90% cheaper.
+ * Use third-party background removal. Use `removeBackground` - ImageKit's in-house background removal which is 90% cheaper.
186
*/
187
aiBGRemoveExternal?: true
188
0 commit comments