mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
feat(beautify): add tool definition and i18n strings
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user