A modern, high-performance monorepo featuring Image Compressor v1.8.0 and SVG Optimizer v1.6.5 web applications. Built with React 19, TypeScript 5.8, Tailwind CSS v4, and Vite 6.
Image Compressor (1.8.0): https://image.christopherwinker.de/
SVG Optimizer (1.6.5): https://svg.christopherwinker.de/
This project is structured as a Turborepo monorepo:
apps/image-compressor(v1.8.0): Batch image compression, format conversion (JPEG, PNG, WebP, AVIF, GIF, SVG), split slider comparison, 2.5× loupe magnifier, EXIF policy controls, and ZIP bulk export.apps/svg-optimizer(v1.6.5): SVG vector icon minification, recoloring (currentColor/ custom hex), transparent PNG generation (1x–8x), dimension presets (20, 24, 32, 48, 64, 96px), and combined SVG + PNG ZIP export.packages/ui: Shared corporate UI design system tokens and styling.packages/tsconfig: Shared TypeScript config definitions.
All image and SVG operations happen 100% locally in your browser. Your files are never uploaded to any external server.
- Minimalist Icon Controls: Sleek circular icon-only buttons for clearing items and saving ZIP archives.
- Inspector Modal & Inline Filename Editing: Click
<h3>titles inside Inspector modals to edit file names inline. - Distortion-Free 2.5× Loupe Zoom: Pixel-accurate magnifier loupe in Inspector Modal preserving original & compressed aspect ratios.
- Fix Loupe Zoom Aspect Ratio Distortion: Corrected calculation for object-contain images; loupe background position & sizing now preserve exact natural aspect ratios for both Original and Compressed images.
- Dynamic Natural Dimension Measurement: Added automatic
naturalWidthandnaturalHeightmeasurement on image load for reliable rendering. - Inline Filename Editing: Click
<h3>title in Inspector Modal to edit item filename directly. - Circular Icon-Only Action Buttons: Updated Clear and Save All batch buttons to sleek circular icon buttons.
- GitHub Repository Links & Info Modal Versioning: Updated Info Modal with link to
https://github.com/mr-gordonand version bump to1.8.0.
- Always Transparent PNG Exports: Updated PNG renderer default background to
transparentfor single and bulk PNG exports. - Combined ZIP Export (
Save all): The primarySave allaction bundles both optimized.svgand transparent.pngfiles together into a single ZIP archive. - Updated Size Presets: Replaced
16pxpreset with96px(20, 24, 32, 48, 64, 96px). - Inline Filename Editing: Added inline filename editing capability inside Inspector Modal.
- Circular Action Buttons: Updated header action buttons (
Clear,All (.zip)) to textless circular icon buttons. - Info Modal & GitHub Integration: Added version bump to
1.6.5and direct link tohttps://github.com/mr-gordon.
- Node.js:
v18.0.0or higher - npm:
v9.0.0or higher
-
Clone the repository:
git clone https://github.com/mr-gordon/asset-optimizers.git cd asset-optimizers -
Install dependencies:
npm install
-
Start development servers:
# Image Compressor (port 3000) npm run dev --filter=@repo/image-compressor # SVG Optimizer (port 3001) npm run dev --filter=@repo/svg-optimizer
-
Build production bundles:
npm run build
Distributed under the MIT License. See LICENSE for more information.
Christopher Winker
- GitHub: @mr-gordon
