This is an image resizer desktop application built with Electron.js. It allows you to resize images to a custom size.
- Clone the repository
- Run
npm install
- Run
npm start
- Run
npm run make
to build the executable file
- Select an image
- Choose the desired width and height
- Click on the "Resize" button
- The resized image will be saved in the output folder which will be created and opened automatically