瀏覽代碼

Update README.md

Gaëtan Renaudeau 8 年之前
父節點
當前提交
9078ef78bb
共有 1 個檔案被更改,包括 0 行新增3 行删除
  1. 0
    3
      README.md

+ 0
- 3
README.md 查看文件

@@ -40,9 +40,6 @@ Returns a Promise of the image URI.
40 40
     - `"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*.
41 41
     - `"data-uri"`: same as `base64` but also includes the [Data URI scheme](https://en.wikipedia.org/wiki/Data_URI_scheme) header.
42 42
 
43
-   . if true, the promise returns the base64 encoded data instead of the uri. Defaults to `false`.
44
-
45
-
46 43
 ## Getting started
47 44
 
48 45
 ```