An App that offers editing option to your images and saves them.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Make sure you have installed Node.js in your PC locally.
Install electron using npm in your PC, to launch the application under deployment mode.
To install electron, type this in your terminal:
npm install -g electron
After installing, type
npm install
in your terminal to install dependencies required for the application.
- Electron - The framework used
- Node.js - Cross Platform JavaScript run-time environment
- npm - Package Manager
The project is open source. You can contribute and open pull requests to improve my code.
npm
is used for versioning the packages of this application.
- Abhijeet Singh - aps120797
This project is licensed under the MIT License - see the LICENSE.md file for details
- I would like to thanks Mehul, of Channel Codedamn on YouTube from where I learnt how to work with Electron and develop Image Editor Application.