Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alphka/electron-image-resizer

An Electron app created to resize images
https://github.com/alphka/electron-image-resizer

electron electron-app electron-forge image resize-images vite vite-plugin

Last synced: about 9 hours ago
JSON representation

An Electron app created to resize images

Awesome Lists containing this project

README

        

# Electron-Image-Resizer

### Installation

- Install the project dependencies

```sh
npm install
```

- Execute the development mode

```sh
npm start
```

- Create your platform's specific binaries

```sh
npm run make
```