merge: resolve conflict with main branch in tool-registry.tsx

This commit is contained in:
SnapOtter
2026-05-08 18:55:28 +08:00
196 changed files with 36147 additions and 130 deletions
+16
View File
@@ -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",