Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
agoncalvesos authored Aug 25, 2019
1 parent eb87fa2 commit b620354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Create a button on your page
<button id="testeditorbase64">edit base64 image</button>
<button id="testeditorcamera">edit from camera</button>
<button id="testeditorgallery">edit from gallery</button>
<img id="myImage" height="400" width="600" src="data:image/jpeg,/base64string..."/>
<img id="base64image" height="400" width="600" src="data:image/jpeg,/base64string..."/>
```

Then add click event
Expand Down

0 comments on commit b620354

Please sign in to comment.