mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
docs: optimize docs for SEO
This commit is contained in:
@@ -1,22 +1,31 @@
|
||||
---
|
||||
description: >-
|
||||
Media Capture plugin for Cordova and Ionic. This plugin provides access to the device's audio, image, and video capture capabilities. Requires Cordova…
|
||||
---
|
||||
|
||||
# Media Capture
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add cordova-plugin-media-capture
|
||||
$ npm install @awesome-cordova-plugins/media-capture
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/media-capture/)
|
||||
|
||||
Plugin Repo: [https://github.com/apache/cordova-plugin-media-capture](https://github.com/apache/cordova-plugin-media-capture)
|
||||
|
||||
This plugin provides access to the device's audio, image, and video capture capabilities.
|
||||
|
||||
Requires Cordova plugin: `cordova-plugin-media-capture`. For more info, please see the [Media Capture plugin docs](https://github.com/apache/cordova-plugin-media-capture).
|
||||
|
||||
## Supported platforms
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
ionic cordova plugin add cordova-plugin-media-capture
|
||||
npm install @awesome-cordova-plugins/media-capture
|
||||
```
|
||||
|
||||
**Plugin Repo:** [https://github.com/apache/cordova-plugin-media-capture](https://github.com/apache/cordova-plugin-media-capture)
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
- Android
|
||||
- Browser
|
||||
- iOS
|
||||
- Windows
|
||||
|
||||
## Further Information
|
||||
|
||||
- [Installation Guide](../../installation.md)
|
||||
- [FAQ](../../faq.md)
|
||||
|
||||
Reference in New Issue
Block a user