feat(beautify): add tool definition and i18n strings

This commit is contained in:
SnapOtter
2026-05-08 15:58:10 +08:00
parent 755bbd83bf
commit 8f10b62898
2 changed files with 13 additions and 0 deletions
+8
View File
@@ -380,6 +380,14 @@ export const TOOLS: Tool[] = [
icon: "Frame",
route: "/border",
},
{
id: "beautify",
name: "Beautify Screenshot",
description: "Add gradient backgrounds, device frames, shadows, and social media sizing",
category: "layout",
icon: "Sparkles",
route: "/beautify",
},
// Format & Conversion
{
id: "svg-to-raster",
+5
View File
@@ -167,6 +167,11 @@ export const en = {
name: "Border & Frame",
description: "Add borders, padding, rounded corners, and shadows with one-click presets",
},
beautify: {
name: "Beautify Screenshot",
description:
"Add gradient backgrounds, device frames, shadows, and social media sizing to screenshots",
},
"svg-to-raster": {
name: "SVG to Raster",
description: