Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/strahinja2112/image-resizer
https://github.com/strahinja2112/image-resizer
desktop-application electronjs javascript
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/strahinja2112/image-resizer
- Owner: Strahinja2112
- Created: 2024-01-18T14:23:59.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-26T11:50:42.000Z (6 months ago)
- Last Synced: 2024-06-26T14:44:58.413Z (6 months ago)
- Topics: desktop-application, electronjs, javascript
- Language: CSS
- Homepage:
- Size: 401 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```