User friendly desktop app to convert image seamlessly for Web, email, etc.
Download the latest release from here.
- File .dmg for mac
- File .exe for windows
- File .deb for linux/debian
Or copy this repo and build yourself with command below
$ npm install$ npm run dev# For windows
$ npm run build:win
# For macOS
$ npm run build:mac
# For Linux
$ npm run build:linux