feat: register stitch tool in shared constants and i18n

This commit is contained in:
Siddharth Kumar Sah
2026-04-07 21:49:46 +08:00
parent 625e16c7b6
commit fbbbe70a35
2 changed files with 9 additions and 0 deletions
+8
View File
@@ -276,6 +276,14 @@ export const TOOLS: Tool[] = [
icon: "LayoutGrid",
route: "/collage",
},
{
id: "stitch",
name: "Stitch",
description: "Join images side by side or top to bottom",
category: "layout",
icon: "Columns",
route: "/stitch",
},
{
id: "split",
name: "Image Splitting",