Fix README
This commit is contained in:
parent
28f81335cc
commit
fd4ec2f814
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue