diff --git a/app/containers/Editor.js b/app/containers/Editor.js index 2a84089..19f25b3 100644 --- a/app/containers/Editor.js +++ b/app/containers/Editor.js @@ -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); diff --git a/internals/img/snapshot.jpg b/internals/img/snapshot.jpg index beee651..d011ead 100644 Binary files a/internals/img/snapshot.jpg and b/internals/img/snapshot.jpg differ