fix(camera-preview): add missing tapToFocus camera option (#2046)

This commit is contained in:
Victor Ramos 2017-12-08 14:05:59 -06:00 committed by Ibby Hadeed
parent 6053296998
commit b9b781ddee

View File

@ -36,6 +36,9 @@ export interface CameraPreviewOptions {
/** Alpha channel of the preview box, float, [0,1], default 1 */
alpha?: number;
/** Tap to set specific focus point. Note, this assumes the camera is full-screen. default false */
tapToFocus?: boolean;
}
export interface CameraPreviewPictureOptions {