feat: add content-aware resize API route and registration

This commit is contained in:
Siddharth Kumar Sah
2026-04-07 23:29:21 +08:00
parent d3b646207d
commit d464942cd9
4 changed files with 163 additions and 0 deletions
+1
View File
@@ -383,4 +383,5 @@ export const PYTHON_SIDECAR_TOOLS = [
"blur-faces",
"erase-object",
"ocr",
"content-aware-resize",
] as const;