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:
Wyatt Arent
2016-11-28 02:24:23 -07:00
committed by Ibrahim Hadeed
parent c987a06f91
commit 00e68ca990
+2 -1
View File
@@ -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