Skip to content

Commit 9078ef7

Browse files
authored
Update README.md
1 parent ccaaac1 commit 9078ef7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ Returns a Promise of the image URI.
4040
- `"base64"`: encode as base64 and returns the raw string. Use only with small images as this may result of lags (the string is sent over the bridge). *N.B. This is not a data uri, use `data-uri` instead*.
4141
- `"data-uri"`: same as `base64` but also includes the [Data URI scheme](https://en.wikipedia.org/wiki/Data_URI_scheme) header.
4242

43-
. if true, the promise returns the base64 encoded data instead of the uri. Defaults to `false`.
44-
45-
4643
## Getting started
4744

4845
```

0 commit comments

Comments
 (0)