Fix README

This commit is contained in:
Florian Rival 2016-11-05 22:31:36 +01:00 committed by GitHub
parent 28f81335cc
commit fd4ec2f814
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ The promise resolves with a string containing the uri of the new file.
Option | Description
------ | -----------
path | Path of image file, or a base64 encoded image string prefixed with 'data:image/<imagetype>' where <imagetype> is jpeg or png.
path | Path of image file, or a base64 encoded image string prefixed with 'data:image/imagetype' where `imagetype` is jpeg or png.
maxWidth | Image max width (ratio is preserved)
maxHeight | Image max height (ratio is preserved)
compressFormat | Can be either JPEG, PNG or WEBP (android only).