Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/belchenkov/image-shrink-electron
Desktop App for optimize images (use Electron.js)
https://github.com/belchenkov/image-shrink-electron
css3 electron-log electron-packager electronjs html5 imagemin imagemin-mozjpeg imagemin-pngquant js6 nodemon slash
Last synced: 5 days ago
JSON representation
Desktop App for optimize images (use Electron.js)
- Host: GitHub
- URL: https://github.com/belchenkov/image-shrink-electron
- Owner: Belchenkov
- Created: 2020-06-02T12:57:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T21:58:00.000Z (almost 2 years ago)
- Last Synced: 2023-03-01T00:36:58.001Z (over 1 year ago)
- Topics: css3, electron-log, electron-packager, electronjs, html5, imagemin, imagemin-mozjpeg, imagemin-pngquant, js6, nodemon, slash
- Language: HTML
- Homepage: https://github.com/Belchenkov/image-shrink-electron/releases/tag/1.0.0
- Size: 64.2 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Image Shrink
> Desktop App for optimize images (use Electron.js)
### [Release](https://github.com/Belchenkov/image-shrink-electron/releases/tag/1.0.0)
## Getting Started
Clone this repository locally :
``` bash
git clone
```Install dependencies with npm :
``` bash
npm install
```Run for production :
``` bash
npm start
```Run for develop (with nodemon) :
``` bash
npm run dev
```Build release :
``` bash
npm run package-mac
```
``` bash
npm run package-win
```
``` bash
npm run package-linux
```