mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
merge: resolve conflict with main branch in tool-registry.tsx
This commit is contained in:
@@ -128,6 +128,14 @@ export const TOOLS: Tool[] = [
|
||||
icon: "Pipette",
|
||||
route: "/replace-color",
|
||||
},
|
||||
{
|
||||
id: "color-blindness",
|
||||
name: "Color Blindness Simulation",
|
||||
description: "Simulate how images appear with color vision deficiency",
|
||||
category: "adjustments",
|
||||
icon: "Eye",
|
||||
route: "/color-blindness",
|
||||
},
|
||||
// AI Tools
|
||||
{
|
||||
id: "remove-background",
|
||||
@@ -380,6 +388,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",
|
||||
|
||||
@@ -72,6 +72,10 @@ export const en = {
|
||||
name: "Replace & Invert Color",
|
||||
description: "Replace specific colors or invert",
|
||||
},
|
||||
"color-blindness": {
|
||||
name: "Color Blindness Simulation",
|
||||
description: "Simulate how images appear with different types of color vision deficiency",
|
||||
},
|
||||
"remove-background": {
|
||||
name: "Remove Background",
|
||||
description: "AI-powered background removal",
|
||||
@@ -168,6 +172,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:
|
||||
@@ -211,7 +220,7 @@ export const en = {
|
||||
regenerateKey: "Regenerate",
|
||||
copyKey: "Copy Key",
|
||||
aboutDescription:
|
||||
"SnapOtter is a self-hosted, privacy-first image processing suite with 48 tools.",
|
||||
"SnapOtter is a self-hosted, privacy-first image processing suite with 50 tools.",
|
||||
aboutLinks: "Links",
|
||||
github: "GitHub",
|
||||
documentation: "Documentation",
|
||||
@@ -306,6 +315,7 @@ export const en = {
|
||||
tools: "Tools",
|
||||
reader: "Reader",
|
||||
automate: "Automate",
|
||||
editor: "Editor",
|
||||
files: "Files",
|
||||
help: "Help",
|
||||
settings: "Settings",
|
||||
|
||||
Reference in New Issue
Block a user