mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-17 00:51:07 +08:00
docs(camera-preview): fix interface name (#1526)
This commit is contained in:
parent
10d61c21c2
commit
17e166d04d
@ -57,7 +57,7 @@ export interface CameraPreviewPictureOptions {
|
|||||||
*
|
*
|
||||||
* @usage
|
* @usage
|
||||||
* ```typescript
|
* ```typescript
|
||||||
* import { CameraPreview, PictureOptions, CameraPreviewOptions, CameraPreviewDimensions } from '@ionic-native/camera-preview';
|
* import { CameraPreview, CameraPreviewPictureOptions, CameraPreviewOptions, CameraPreviewDimensions } from '@ionic-native/camera-preview';
|
||||||
*
|
*
|
||||||
* constructor(private cameraPreview: CameraPreview) { }
|
* constructor(private cameraPreview: CameraPreview) { }
|
||||||
*
|
*
|
||||||
@ -93,7 +93,7 @@ export interface CameraPreviewPictureOptions {
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* // picture options
|
* // picture options
|
||||||
* const pictureOpts: PictureOptions = {
|
* const pictureOpts: CameraPreviewPictureOptions = {
|
||||||
* width: 1280,
|
* width: 1280,
|
||||||
* height: 1280,
|
* height: 1280,
|
||||||
* quality: 85
|
* quality: 85
|
||||||
|
Loading…
x
Reference in New Issue
Block a user