mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +08:00
docs(camera-preview): add missing param (#830)
* Update camera-preview.ts This missing parameter would cause TS to spew * Update camera-preview.ts Sending preview to back is initially confusing and causes it to appear to not work.
This commit is contained in:
parent
c987a06f91
commit
00e68ca990
@ -40,7 +40,8 @@ export interface CameraPreviewSize {
|
||||
* 'front', // default camera
|
||||
* true, // tap to take picture
|
||||
* false, // disable drag
|
||||
* true // send the preview to the back of the screen so we can add overlaying elements
|
||||
* false, // Keep preview in front. Set to false (back of the screen) to apply overlaying elements
|
||||
* 1 // set the preview alpha
|
||||
* );
|
||||
*
|
||||
* // Set the handler to run every time we take a picture
|
||||
|
Loading…
Reference in New Issue
Block a user