English | 简体中文
A compressed images desktop program based on electron-vue
The Typescript version:https://github.com/snow-sprite/TsCompressApp
Support:
- A single folder
- A single picture
- Multiple images
- Multiple folders
- Multiple Folders and images
- Unsupported format files are copied to the destination directory
- Only online pictures with suffixes are supported. By default, they are generated in the system 「Download」 folder
Batch renaming. Only a single folder can be uploaded.(e.g. from .jpg to .png)
The update information is written to the root directory updateInfo.json, and you can fill in any key
- demo 🍐🍐
{
"update1": "Fix Windows download address error",
"no.2": "Add the new batch renaming function",
"c": '...'
}
If you find this project useful, you can buy author a glass of
teacoffeejuice.
# install dependencies
npm install
# serve with hot reload at localhost:9080
npm run dev
# build electron application for production
npm run build
# rebuild electron application for production
npm run build:clean && npm run build