Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alphka/electron-image-resizer
- Owner: Alphka
- Created: 2024-07-14T20:40:40.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-23T20:14:56.000Z (4 months ago)
- Last Synced: 2024-08-19T01:27:21.654Z (3 months 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
```