mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
29 lines
808 B
Markdown
29 lines
808 B
Markdown
---
|
|
description: >-
|
|
BlinkId plugin for Cordova and Ionic. Microblink SDK wrapper for barcode and document scanning. See the blinkid-phonegap repository for available recognizers…
|
|
---
|
|
|
|
# BlinkId
|
|
|
|
Microblink SDK wrapper for barcode and document scanning. See the
|
|
blinkid-phonegap repository for available recognizers and other settings
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
ionic cordova plugin add blinkid-cordova --variable CAMERA_USAGE_DESCRIPTION="Enable your camera so that you can scan your ID to validate your account"
|
|
npm install @awesome-cordova-plugins/blinkid
|
|
```
|
|
|
|
**Plugin Repo:** [https://github.com/BlinkID/blinkid-phonegap](https://github.com/BlinkID/blinkid-phonegap)
|
|
|
|
## Supported Platforms
|
|
|
|
- iOS
|
|
- Android
|
|
|
|
## Further Information
|
|
|
|
- [Installation Guide](../../installation.md)
|
|
- [FAQ](../../faq.md)
|