An open-source Electron app designed to optimize and create image versions in WebP, PNG, and JPEG formats, using the TinyPNG service for efficient image compression.
$ npm install
$ npm run dev
# For windows
$ npm run build:win
# For macOS
$ npm run build:mac
# For Linux
$ npm run build:linux