docs: refresh

This commit is contained in:
Daniel Sogl 2022-05-21 18:34:30 +00:00 committed by GitHub
parent 3e1fdd966b
commit 7aba998e1c
3 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
# Dynamsoft Barcode Scanner # dynamsoft-barcode-scanner
``` ```
$ ionic cordova plugin add cordova-plugin-dynamsoft-barcode-reader $ ''
$ npm install @awesome-cordova-plugins/dynamsoft-barcode-scanner $ npm install @awesome-cordova-plugins/dynamsoft-barcode-scanner
``` ```
@ -9,12 +9,12 @@ $ npm install @awesome-cordova-plugins/dynamsoft-barcode-scanner
Plugin Repo: [https://github.com/xulihang/cordova-plugin-dynamsoft-barcode-reader](https://github.com/xulihang/cordova-plugin-dynamsoft-barcode-reader) Plugin Repo: [https://github.com/xulihang/cordova-plugin-dynamsoft-barcode-reader](https://github.com/xulihang/cordova-plugin-dynamsoft-barcode-reader)
The Dynamsoft Barcode Scanner Plugin can read barcodes from images as well as camera previews. This plugin scans barcodes using Dynamsoft Barcode Reader
## Supported platforms ## Supported platforms
- Android - Android
- iOS - iOS

View File

@ -23,7 +23,7 @@ Go to firebase console and export google-services.json and GoogleService-Info.pl
NOTE: on iOS in order to collect demographic, age, gender data etc. you should additionally include AdSupport.framework into your project. NOTE: on iOS in order to collect demographic, age, gender data etc. you should additionally include AdSupport.framework into your project.
## Using capacitor? ## Using capacitor?
For Android you'll have to add in __android/app/src/main/AndroidManfiest.xml__ under `<application>` For Android you'll have to add in __android/app/src/main/AndroidManifest.xml__ under `<application>`
``` ```
<meta-data <meta-data
tools:replace="android:value" tools:replace="android:value"

View File

@ -1,5 +1,5 @@
# SmartlookTimedCustomEventStart # SmartlookEventTrackingMode
plugin add https://github.com/smartlook/cordova-smartlook.git ova plugin add https://github.com/smartlook/cordova-smartlook.git
$ npm install @awesome-cordova-plugins/smartlook $ npm install @awesome-cordova-plugins/smartlook
``` ```