mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
feat(stitch): update tool name and description for redesign
This commit is contained in:
@@ -247,15 +247,15 @@ export const TOOLS: Tool[] = [
|
||||
{
|
||||
id: "collage",
|
||||
name: "Collage / Grid",
|
||||
description: "Combine images into a grid layout",
|
||||
description: "Combine images into beautiful grid collages with 25+ templates",
|
||||
category: "layout",
|
||||
icon: "LayoutGrid",
|
||||
route: "/collage",
|
||||
},
|
||||
{
|
||||
id: "stitch",
|
||||
name: "Stitch",
|
||||
description: "Join images side by side or top to bottom",
|
||||
name: "Stitch / Combine",
|
||||
description: "Join images side by side, stacked, or in a grid",
|
||||
category: "layout",
|
||||
icon: "Columns",
|
||||
route: "/stitch",
|
||||
|
||||
@@ -94,8 +94,14 @@ export const en = {
|
||||
name: "Barcode Reader",
|
||||
description: "Scan images for QR codes, barcodes, and 2D codes",
|
||||
},
|
||||
collage: { name: "Collage / Grid", description: "Combine images into a grid layout" },
|
||||
stitch: { name: "Stitch", description: "Join images side by side or top to bottom" },
|
||||
collage: {
|
||||
name: "Collage / Grid",
|
||||
description: "Combine images into beautiful grid collages with 25+ templates",
|
||||
},
|
||||
stitch: {
|
||||
name: "Stitch / Combine",
|
||||
description: "Join images side by side, stacked, or in a grid",
|
||||
},
|
||||
split: { name: "Image Splitting", description: "Split image into grid parts" },
|
||||
border: { name: "Border & Frame", description: "Add borders, rounded corners, shadows" },
|
||||
"svg-to-raster": {
|
||||
|
||||
Reference in New Issue
Block a user