From e56788516cfa348a576b759b8d6a009fdd3f7236 Mon Sep 17 00:00:00 2001 From: Gedas Gardauskas Date: Fri, 29 Mar 2019 17:03:36 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f3d04d56e..73e3187cf 100644 --- a/README.md +++ b/README.md @@ -266,6 +266,10 @@ Optional parameters to customize the camera settings. | saveToPhotoAlbum | Boolean | | Save the image to the photo album on the device after capture. | | popoverOptions | [CameraPopoverOptions](#module_CameraPopoverOptions) | | iOS-only options that specify popover location in iPad. | | cameraDirection | [Direction](#module_Camera.Direction) | BACK | Choose the camera to use (front- or back-facing). | +| customCameraContainer | string | | Browser-only option, specify the id of custom camera's container element. | +| customCaptureButton | string | | Browser-only option, specify the id of custom camera's capture button. | +| customCancelButton | string | | Browser-only option, specify the id of custom camera's cancel button. | +| customSourceInput | string | | Browser-only option, specify the id of custom source input element, when using diffrerent mode than the default `sourceType`. | ---