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",
|
||||
|
||||
Reference in New Issue
Block a user