mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
feat: add color-blindness tool definition and i18n strings
This commit is contained in:
@@ -128,6 +128,14 @@ export const TOOLS: Tool[] = [
|
|||||||
icon: "Pipette",
|
icon: "Pipette",
|
||||||
route: "/replace-color",
|
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
|
// AI Tools
|
||||||
{
|
{
|
||||||
id: "remove-background",
|
id: "remove-background",
|
||||||
|
|||||||
@@ -72,6 +72,10 @@ export const en = {
|
|||||||
name: "Replace & Invert Color",
|
name: "Replace & Invert Color",
|
||||||
description: "Replace specific colors or invert",
|
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": {
|
"remove-background": {
|
||||||
name: "Remove Background",
|
name: "Remove Background",
|
||||||
description: "AI-powered background removal",
|
description: "AI-powered background removal",
|
||||||
|
|||||||
Reference in New Issue
Block a user