feat: add watermarks and text tools

This commit is contained in:
2026-08-26 07:21:43 +05:00
parent b277f3c66d
commit 116d7c72aa
9 changed files with 296 additions and 4 deletions
+3
View File
@@ -37,6 +37,7 @@ import {
Scissors,
SearchCheck,
Square,
Stamp,
Sun,
Type,
ZoomIn,
@@ -98,6 +99,8 @@ export const TOOL_ICONS: Record<string, typeof AppWindow> = {
'add-stroke-png': Square,
'add-text-png': Type,
'date-stamp-png': CalendarDays,
'watermark-tile-png': Stamp,
'watermark-image-png': FileImage,
'find-contour-png': Scan,
'make-thicker-png': ZoomIn,
'make-thinner-png': ZoomOut,