mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
fix: add missing Color Blindness Simulation and Beautify to landing page tool list
This commit is contained in:
@@ -153,6 +153,12 @@ const tools: { name: string; description: string; category: string; icon: Lucide
|
||||
category: "adjustments",
|
||||
icon: Pipette,
|
||||
},
|
||||
{
|
||||
name: "Color Blindness Simulation",
|
||||
description: "Simulate how images appear under different types of color vision deficiency",
|
||||
category: "adjustments",
|
||||
icon: Eye,
|
||||
},
|
||||
// AI Tools
|
||||
{
|
||||
name: "Remove Background",
|
||||
@@ -337,6 +343,12 @@ const tools: { name: string; description: string; category: string; icon: Lucide
|
||||
category: "layout",
|
||||
icon: Frame,
|
||||
},
|
||||
{
|
||||
name: "Beautify Screenshot",
|
||||
description: "Add gradient backgrounds, device frames, shadows, and social media sizing",
|
||||
category: "layout",
|
||||
icon: Sparkles,
|
||||
},
|
||||
// Format & Conversion
|
||||
{
|
||||
name: "SVG to Raster",
|
||||
|
||||
Reference in New Issue
Block a user