feat: register content-aware-crop in shared package

This commit is contained in:
SnapOtter
2026-05-11 21:08:30 +08:00
parent 4a863e1ce8
commit 347b8ad530
4 changed files with 286 additions and 1 deletions
+9
View File
@@ -249,6 +249,14 @@ export const TOOLS: Tool[] = [
icon: "Scaling",
route: "/content-aware-resize",
},
{
id: "content-aware-crop",
name: "Content-Aware Crop",
description: "Extend canvas beyond image bounds with AI-powered fill",
category: "ai",
icon: "Expand",
route: "/content-aware-crop",
},
{
id: "transparency-fixer",
name: "PNG Transparency Fixer",
@@ -1240,4 +1248,5 @@ export const PYTHON_SIDECAR_TOOLS = [
"restore-photo",
"passport-photo",
"transparency-fixer",
"content-aware-crop",
] as const;