feat: add text and generation tools
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user