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
|
* @name Jumio
|
||||||
* @description
|
* @description Check out [example with Angular 9.1 & Capacitor 2.1](https://github.com/zendigital/jumio-ionic-demo)
|
||||||
* [Jumio mobile-cordova](https://github.com/Jumio/mobile-cordova) Plugin for Ionic
|
|
||||||
*
|
*
|
||||||
* Read this for [Platform Customization](https://github.com/Jumio/mobile-cordova#customization) is possible
|
* [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)
|
|
||||||
*
|
*
|
||||||
|
* Original source: [Jumio mobile-cordova](https://github.com/Jumio/mobile-cordova) Plugin for Apache Cordova
|
||||||
* @usage
|
* @usage
|
||||||
* ```typescript
|
* ```typescript
|
||||||
* import {
|
* import {
|
||||||
@ -445,10 +443,9 @@ export class BAMCardInformation {
|
|||||||
*/
|
*/
|
||||||
@Plugin({
|
@Plugin({
|
||||||
pluginName: 'Jumio',
|
pluginName: 'Jumio',
|
||||||
plugin: 'cordova-plugin-jumio-mobilesdk',
|
plugin: 'jumio-cordova',
|
||||||
pluginRef: 'Jumio',
|
pluginRef: 'Jumio',
|
||||||
repo: 'https://github.com/Jumio/mobile-cordova',
|
repo: 'https://github.com/danielzen/jumio-cordova',
|
||||||
install: 'npm install git://github.com/Jumio/mobile-cordova.git',
|
|
||||||
platforms: ['Android', 'iOS'],
|
platforms: ['Android', 'iOS'],
|
||||||
})
|
})
|
||||||
@Injectable()
|
@Injectable()
|
||||||
|
Loading…
Reference in New Issue
Block a user