mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-04 00:13:06 +08:00
fix(jumio): update plugin reference and source (#3428)
* feat(jumio): add plugin * Update index.ts * docs(example & cordova repo) * remove space at end of plugin name * Readme description doesn't generate md file properly under certain conditions Co-authored-by: Daniel Sogl <daniel@sogls.de>
This commit is contained in:
parent
3df35b40ce
commit
389a3fb215
@ -407,13 +407,11 @@ export class BAMCardInformation {
|
||||
|
||||
/**
|
||||
* @name Jumio
|
||||
* @description
|
||||
* [Jumio mobile-cordova](https://github.com/Jumio/mobile-cordova) Plugin for Ionic
|
||||
* @description Check out [example with Angular 9.1 & Capacitor 2.1](https://github.com/zendigital/jumio-ionic-demo)
|
||||
*
|
||||
* Read this for [Platform Customization](https://github.com/Jumio/mobile-cordova#customization) is possible
|
||||
*
|
||||
* To get Jumio Cordova working on Android check out this [FAQ](https://github.com/Jumio/mobile-cordova#faq)
|
||||
* [Platform Customization](https://github.com/Jumio/mobile-cordova#customization) is possible
|
||||
*
|
||||
* Original source: [Jumio mobile-cordova](https://github.com/Jumio/mobile-cordova) Plugin for Apache Cordova
|
||||
* @usage
|
||||
* ```typescript
|
||||
* import {
|
||||
@ -445,10 +443,9 @@ export class BAMCardInformation {
|
||||
*/
|
||||
@Plugin({
|
||||
pluginName: 'Jumio',
|
||||
plugin: 'cordova-plugin-jumio-mobilesdk',
|
||||
plugin: 'jumio-cordova',
|
||||
pluginRef: 'Jumio',
|
||||
repo: 'https://github.com/Jumio/mobile-cordova',
|
||||
install: 'npm install git://github.com/Jumio/mobile-cordova.git',
|
||||
repo: 'https://github.com/danielzen/jumio-cordova',
|
||||
platforms: ['Android', 'iOS'],
|
||||
})
|
||||
@Injectable()
|
||||
|
Loading…
Reference in New Issue
Block a user