mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-20 01:22:52 +08:00
fix(camera-preview): add missing tapToFocus
camera option (#2046)
This commit is contained in:
parent
6053296998
commit
b9b781ddee
@ -36,6 +36,9 @@ export interface CameraPreviewOptions {
|
|||||||
|
|
||||||
/** Alpha channel of the preview box, float, [0,1], default 1 */
|
/** Alpha channel of the preview box, float, [0,1], default 1 */
|
||||||
alpha?: number;
|
alpha?: number;
|
||||||
|
|
||||||
|
/** Tap to set specific focus point. Note, this assumes the camera is full-screen. default false */
|
||||||
|
tapToFocus?: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface CameraPreviewPictureOptions {
|
export interface CameraPreviewPictureOptions {
|
||||||
|
Loading…
Reference in New Issue
Block a user