Angeltheesoto / image-resizer-electron-1

Electron app to change the dimensions of an image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Resizer

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

Usage

Install dependencies:

npm install

Run:

npm start

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

npx electronmon .

Packaging

There are multiple ways to package Electron apps. I would suggest Electron Forge. I did not implement any packaging into this app.

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.

About

Electron app to change the dimensions of an image


Languages

Language:CSS 64.5%Language:HTML 17.8%Language:JavaScript 17.8%