mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-01 02:53:03 +08:00
docs(imagepicker): update repo url
This commit is contained in:
parent
51ab03d097
commit
8439faf6b8
@ -47,9 +47,9 @@ export interface ImagePickerOptions {
|
|||||||
*/
|
*/
|
||||||
@Plugin({
|
@Plugin({
|
||||||
pluginName: 'ImagePicker',
|
pluginName: 'ImagePicker',
|
||||||
plugin: 'cordova-plugin-image-picker',
|
plugin: 'https://github.com/Telerik-Verified-Plugins/ImagePicker',
|
||||||
pluginRef: 'window.imagePicker',
|
pluginRef: 'window.imagePicker',
|
||||||
repo: 'https://github.com/wymsee/cordova-imagePicker'
|
repo: 'https://github.com/Telerik-Verified-Plugins/ImagePicker'
|
||||||
})
|
})
|
||||||
export class ImagePicker {
|
export class ImagePicker {
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user