feat: add color-blindness tool definition and i18n strings

This commit is contained in:
SnapOtter
2026-05-08 15:15:39 +08:00
parent c4c9852afc
commit 0aeddbd994
2 changed files with 12 additions and 0 deletions
+8
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",
+4
View File
@@ -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",