Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/strahinja2112/image-resizer


https://github.com/strahinja2112/image-resizer

desktop-application electronjs javascript

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

**Image Resizer** is an Electron.js app that allows users to upload an image and resize it to their liking.

## Key Features

- **Upload and Resize:**
Easily upload an image and resize it using simple controls.

## Benefits

- Quickly resize images for various purposes.
- Enjoy a user-friendly interface for easy image manipulation.

## Usage

```bash
# Install dependencies:
npm install

# Run:
npm start

# Constantly run and not have to reload after making changes (takes a bit longer to start):
npm run dev
```

## Packaging and Building

- Make sure that you changed authors and description in the [package.json](./package.json) file

```bash
npm run make
```