Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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
```