awesome-cordova-plugins/docs/plugins/zbar/README.md

23 lines
527 B
Markdown
Raw Normal View History

2021-09-29 20:09:02 +08:00
# ZBar
```
$ ionic cordova plugin add cordova-plugin-cszbar
2021-09-29 21:19:55 +08:00
$ npm install @awesome-cordova-plugins/zbar
2021-09-29 20:09:02 +08:00
```
2021-09-29 21:19:55 +08:00
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/zbar/)
2021-09-29 20:09:02 +08:00
Plugin Repo: [https://github.com/tjwoon/csZBar](https://github.com/tjwoon/csZBar)
The ZBar Scanner Plugin allows you to scan 2d barcodes.
Requires Cordova plugin: `cordova-plugin-cszbar`. For more info, please see the [zBar plugin docs](https://github.com/tjwoon/csZBar).
## Supported platforms
- Android
- iOS
2021-09-29 20:38:45 +08:00