mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-31 18:49:43 +08:00
fix(imagepicker): pluginRef
This commit is contained in:
parent
287d129137
commit
01d797261b
@ -37,7 +37,7 @@ export interface ImagePickerOptions {
|
||||
*/
|
||||
@Plugin({
|
||||
plugin: 'cordova-plugin-image-picker',
|
||||
pluginRef: 'navigator.imagepicker',
|
||||
pluginRef: 'window.imagePicker',
|
||||
repo: 'https://github.com/wymsee/cordova-imagePicker'
|
||||
})
|
||||
export class ImagePicker {
|
||||
|
Loading…
Reference in New Issue
Block a user