feat: add tool registry, icons

This commit is contained in:
2026-08-24 17:41:08 +05:00
parent 0909e14cde
commit 8745812a5f
2 changed files with 141 additions and 2 deletions
+12 -1
View File
@@ -99,5 +99,16 @@ export const TOOL_ICONS: Record<string, typeof AppWindow> = {
'make-thinner-png': ZoomOut,
'harden-alpha-png': Sun,
'despeckle-alpha-png': SearchCheck,
'close-holes-png': Hammer
'close-holes-png': Hammer,
'skew-png': Repeat2,
'rotate-free-png': RotateCw,
'zoom-png': ZoomIn,
'shift-png': Crosshair,
'vignette-png': Sun,
'jpeg-artifacts-png': Layers,
'gamma-png': Contrast,
'auto-contrast-png': Contrast,
'temperature-png': Sun,
'tint-png': Droplet,
'svg-to-png': FileImage
};