Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bharathvaj-ganesan committed Sep 15, 2018
1 parent aba2176 commit ae3c5a0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion app/containers/Editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,15 @@ class Editor extends Component {
this.setState({
selectedFile: reader.result,
fileName: file.name,
imageUploaded: true
imageUploaded: true,
hue: 0,
contrast: 0,
vibrance: 0,
sepia: 0,
saturation: 0,
brightness: 0,
noise: 0,
stackBlur: 0
});
const { selectedFile } = this.state;
this.loadImageOnCanvasBorad(selectedFile);
Expand Down
Binary file modified internals/img/snapshot.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ae3c5a0

Please sign in to comment.