mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
feat(plugins): add platforms info
This commit is contained in:
@@ -19,7 +19,8 @@ import {Plugin, Cordova} from './plugin';
|
||||
@Plugin({
|
||||
plugin: 'phonegap-plugin-barcodescanner',
|
||||
pluginRef: 'cordova.plugins.barcodeScanner',
|
||||
repo: 'https://github.com/phonegap/phonegap-plugin-barcodescanner'
|
||||
repo: 'https://github.com/phonegap/phonegap-plugin-barcodescanner',
|
||||
pltaforms: ['Android','iOS','Windows Phone 8','Windows 10','Windows 8','BlackBerry 10', 'Browser']
|
||||
})
|
||||
export class BarcodeScanner {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user