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 2 months ago
JSON representation
An Electron app created to resize images
- Host: GitHub
- URL: https://github.com/alphka/electron-image-resizer
- Owner: Alphka
- Created: 2024-07-14T20:40:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-23T20:14:56.000Z (almost 2 years ago)
- Last Synced: 2025-01-18T01:44:36.474Z (over 1 year ago)
- Topics: electron, electron-app, electron-forge, image, resize-images, vite, vite-plugin
- Language: TypeScript
- Homepage:
- Size: 250 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```