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