Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GedasGa authored and erisu committed Apr 8, 2019
1 parent b05b77a commit 5a8765b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,10 @@ Optional parameters to customize the camera settings.
| saveToPhotoAlbum | <code>Boolean</code> | | Save the image to the photo album on the device after capture. |
| popoverOptions | <code>[CameraPopoverOptions](#module_CameraPopoverOptions)</code> | | iOS-only options that specify popover location in iPad. |
| cameraDirection | <code>[Direction](#module_Camera.Direction)</code> | <code>BACK</code> | Choose the camera to use (front- or back-facing). |
| customCameraContainer | <code>string</code> | | Browser-only option, specify the id of custom camera's container element. |
| customCaptureButton | <code>string</code> | | Browser-only option, specify the id of custom camera's capture button. |
| customCancelButton | <code>string</code> | | Browser-only option, specify the id of custom camera's cancel button. |
| customSourceInput | <code>string</code> | | Browser-only option, specify the id of custom source input element, when using diffrerent mode than the default `sourceType`. |

---

Expand Down

0 comments on commit 5a8765b

Please sign in to comment.