mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
76b4e03d04
Replace the legacy dgeni/gulp documentation pipeline with TypeDoc and typedoc-plugin-markdown. Generates plugin README files with extracted @Plugin() decorator metadata. Register custom JSDoc tags used by plugin source files.
21 lines
744 B
Markdown
21 lines
744 B
Markdown
# Camera Preview
|
|
|
|
```
|
|
$ ionic cordova plugin add cordova-plugin-camera-preview
|
|
$ npm install @awesome-cordova-plugins/camera-preview
|
|
```
|
|
|
|
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/camera-preview/)
|
|
|
|
Plugin Repo: [https://github.com/cordova-plugin-camera-preview/cordova-plugin-camera-preview](https://github.com/cordova-plugin-camera-preview/cordova-plugin-camera-preview)
|
|
|
|
Showing camera preview in HTML
|
|
|
|
Requires Cordova plugin: `https://github.com/cordova-plugin-camera-preview/cordova-plugin-camera-preview.git`. For more info, please see the [Cordova Camera Preview docs](https://github.com/cordova-plugin-camera-preview/cordova-plugin-camera-preview).
|
|
|
|
## Supported platforms
|
|
|
|
- Android
|
|
- iOS
|
|
|