#Electron Photo Editor
Small photo editor application using Electron
and CamanJS
to manipulate with images. You can load a folder with images, scroll through them and apply different effects.
##Running the application
- Clone this repo
git clone https://github.com/PlugaruT/electron-photo-editor
- Go to application folder
cd electron-photo-editor
- Install dependencies
npm install
- Run the application
npm start