https://github.com/vkxm/image_compressor
Electron app for image compression
https://github.com/vkxm/image_compressor
application electron image-compression linux macos windows
Last synced: 4 months ago
JSON representation
Electron app for image compression
- Host: GitHub
- URL: https://github.com/vkxm/image_compressor
- Owner: Vkxm
- Created: 2024-07-27T18:25:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-28T19:24:26.000Z (almost 2 years ago)
- Last Synced: 2025-04-05T23:29:03.195Z (about 1 year ago)
- Topics: application, electron, image-compression, linux, macos, windows
- Language: JavaScript
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image Compressor
A cross plateform image compression tool using Electron
## Usage
Install dependencies:
```bash
npm install
```
Run:
```bash
npm start
```