A simple web-based image format converter. Upload an image and convert it to JPG or PNG format on the fly.
- Upload any image format
- Convert to JPG or PNG
- Instant preview
- Download converted image
npm install
npm startVisit http://localhost:3000 in your browser.
- Express.js - Web server
- Sharp - Image processing
- Multer - File upload handling