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",