mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
docs(camera-preview): correct option doc
Update camera-preview.ts
This commit is contained in:
@@ -40,7 +40,7 @@ export interface CameraPreviewSize {
|
|||||||
* 'front', // default camera
|
* 'front', // default camera
|
||||||
* true, // tap to take picture
|
* true, // tap to take picture
|
||||||
* false, // disable drag
|
* false, // disable drag
|
||||||
* false, // Keep preview in front. Set to false (back of the screen) to apply overlaying elements
|
* false, // keep preview in front. Set to true (back of the screen) to apply overlaying elements
|
||||||
* 1 // set the preview alpha
|
* 1 // set the preview alpha
|
||||||
* );
|
* );
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user