Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1017 Bytes

README.md

File metadata and controls

50 lines (33 loc) · 1017 Bytes

Image Resizer

Electron application that allows you to select an image and easily change the width and/or height.

Usage

1. Check out latest Release to get Image Resizer app for youself :

Latest Release

2. Make App run localy on your machine :

Clone Repo:

git clone https://github.com/Abhirajmaid/Image-resizer.git

Open repo:

cd Image-resizer

Install dependencies:

npm install

Run:

npm start

OR

You can also use Electronmon to constantly run and not have to reload after making changes

npx electronmon .

Developer Mode

If your NODE_ENV is set to development then you will have the dev tools enabled and available in the menu bar. It will also open them by default.

When set to production, the dev tools will not be available.