Summary
Resize images by custom pixel dimensions or percentage.
Files to create/edit
src/pages/tools/ImageResize.tsx → create
src/App.tsx → add import + route /tools/image-resize
src/pages/Tools.tsx → add to allTools[]
Implementation notes
- Input: px width/height or % scale
- Aspect ratio lock toggle
- Supports JPG, PNG, WEBP
- Live preview of output dimensions
Summary
Resize images by custom pixel dimensions or percentage.
Files to create/edit
src/pages/tools/ImageResize.tsx→ createsrc/App.tsx→ add import + route/tools/image-resizesrc/pages/Tools.tsx→ add toallTools[]Implementation notes