mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
30 lines
884 B
Markdown
30 lines
884 B
Markdown
---
|
|
description: >-
|
|
Camera Preview plugin for Cordova and Ionic. Showing camera preview in HTML Requires 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).
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
ionic cordova plugin add cordova-plugin-camera-preview
|
|
npm install @awesome-cordova-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)
|
|
|
|
## Supported Platforms
|
|
|
|
- Android
|
|
- iOS
|
|
|
|
## Further Information
|
|
|
|
- [Installation Guide](../../installation.md)
|
|
- [FAQ](../../faq.md)
|