An open API service indexing awesome lists of open source software.

https://github.com/plugarut/electron-photo-editor

Small photo editor build with Electron and CamanJS
https://github.com/plugarut/electron-photo-editor

Last synced: about 1 year ago
JSON representation

Small photo editor build with Electron and CamanJS

Awesome Lists containing this project

README

          

#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
1. Clone this repo
`git clone https://github.com/PlugaruT/electron-photo-editor`
2. Go to application folder
`cd electron-photo-editor`
3. Install dependencies
`npm install`
4. Run the application
`npm start`

##Screenshot
![alt text](https://github.com/PlugaruT/electron-photo-editor/blob/master/app/img/screen.png?raw=true "Screenshot of application")