DEV Community

Cover image for Image Optimizer
Anton Reshetov
Anton Reshetov

Posted on

Image Optimizer

Recently I decided to try Vite in tandem with Electron for self-development purposes. I ended up with a small project.

I don't doubt there are lots of cool tools like this on the net, but I think mine will complete that list. Enjoy using it

Image description

GitHub logo antonreshetov / image-optimizer

A free and open source tool for optimizing images and vector graphics.

Image Optimizer

GitHub package.json version GitHub All Releases GitHub

Built with Electron, Vue & Vite.

A free and open source tool for optimizing images and vector graphics.

Core libs

Download and Installation on macOS

Go to Releases get the latest build, download and install.

Development

# install dependencies
yarn
# serve with hot reload
yarn dev
Enter fullscreen mode Exit fullscreen mode

Build

# build application for production
yarn build
Enter fullscreen mode Exit fullscreen mode

Related

Copyright (c) 2021-present, Anton Reshetov.

Top comments (0)