Bladeren bron

Update README.md

Gaëtan Renaudeau 8 jaren geleden
bovenliggende
commit
e234b70213
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1
    1
      README.md

+ 1
- 1
README.md Bestand weergeven

32
 
32
 
33
 Returns a Promise of the image URI.
33
 Returns a Promise of the image URI.
34
 
34
 
35
-- **`view`** references to a React Native component.
35
+- **`view`** is a reference to a React Native component.
36
 - **`options`** may include:
36
 - **`options`** may include:
37
  - **`width`** / **`height`** *(number)*: the width and height of the image to capture.
37
  - **`width`** / **`height`** *(number)*: the width and height of the image to capture.
38
  - **`format`** *(string)*: either `png` or `jpg`/`jpeg` or `webm` (Android). Defaults to `png`.
38
  - **`format`** *(string)*: either `png` or `jpg`/`jpeg` or `webm` (Android). Defaults to `png`.