An image resizer app.
MacOS: electron-image-resizer-1.3.3.dmg (62 MB)
# 1. Download the repo.
git clone https://github.com/ozgrozer/electron-image-resizer.git
# 2. Change directory.
cd electron-image-resizer
# 3. Install dependencies (with npm or yarn).
npm install
yarn install
# 4. Start development.
yarn start
# 5. Build the app.
yarn build
Feel free to contribute. Open a new issue, or make a pull request.