mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-22 01:19:36 +08:00
docs(camera preview): update to correct repo
* docs(camera preview): update to correct repo * docs(camera preview): fix typo * docs(camera preview): Update to other repo
This commit is contained in:
parent
2dacec0cb5
commit
dd2ccef0c7
@ -19,7 +19,7 @@ export interface CameraPreviewSize {
|
|||||||
* @description
|
* @description
|
||||||
* Showing camera preview in HTML
|
* Showing camera preview in HTML
|
||||||
*
|
*
|
||||||
* For more info, please see the [Cordova Camera Preview Plugin Docs](https://github.com/westonganger/cordova-plugin-camera-preview).
|
* For more info, please see the [Cordova Camera Preview Plugin Docs](https://github.com/cordova-plugin-camera-preview/cordova-plugin-camera-preview).
|
||||||
*
|
*
|
||||||
* @usage
|
* @usage
|
||||||
* ```
|
* ```
|
||||||
@ -38,7 +38,7 @@ export interface CameraPreviewSize {
|
|||||||
* CameraPreview.startCamera(
|
* CameraPreview.startCamera(
|
||||||
* cameraRect, // position and size of preview
|
* cameraRect, // position and size of preview
|
||||||
* 'front', // default camera
|
* 'front', // default camera
|
||||||
* true, // tape to take picture
|
* true, // tap to take picture
|
||||||
* false, // disable drag
|
* false, // disable drag
|
||||||
* true // send the preview to the back of the screen so we can add overlaying elements
|
* true // send the preview to the back of the screen so we can add overlaying elements
|
||||||
* );
|
* );
|
||||||
@ -70,7 +70,7 @@ export interface CameraPreviewSize {
|
|||||||
*/
|
*/
|
||||||
@Plugin({
|
@Plugin({
|
||||||
pluginName: 'CameraPreview',
|
pluginName: 'CameraPreview',
|
||||||
plugin: 'cordova-plugin-camera-preview',
|
plugin: 'https://github.com/westonganger/cordova-plugin-camera-preview',
|
||||||
pluginRef: 'cordova.plugins.camerapreview',
|
pluginRef: 'cordova.plugins.camerapreview',
|
||||||
repo: 'https://github.com/westonganger/cordova-plugin-camera-preview',
|
repo: 'https://github.com/westonganger/cordova-plugin-camera-preview',
|
||||||
platforms: ['Android', 'iOS']
|
platforms: ['Android', 'iOS']
|
||||||
|
Loading…
Reference in New Issue
Block a user