feat: add text and generation tools

This commit is contained in:
2026-08-26 16:08:27 +05:00
parent 56ebe5b53b
commit 2b67414e79
14 changed files with 734 additions and 22 deletions
+12
View File
@@ -38,6 +38,7 @@
Scan,
Scissors,
SearchCheck,
FaceSlightlySmiling,
Square,
Stamp,
Star,
@@ -127,6 +128,17 @@ export const TOOL_ICONS: Record<string, typeof AppWindow> = {
'change-aspect-ratio-png': Scaling,
'swap-orientation-png': RotateCw,
'symmetric-copy-png': FlipHorizontal2,
'png-to-bytes': Binary,
'bytes-to-png': Binary,
'png-to-rgb-values': Hash,
'rgb-values-to-png': Hash,
'verify-is-png': SearchCheck,
'text-to-png': Type,
'emoji-to-png': FaceSlightlySmiling,
'placeholder-png': Frame,
'color-spectrum-png': Rainbow,
'random-colors-png': Dices,
'draw-grid-png': Grid3x3,
'circle-mask-png': Circle,
'square-mask-png': Square,
'star-mask-png': Star,