mirror of
https://gitee.com/shuto/cordova-imagePicker.git
synced 2026-05-23 00:05:03 +08:00
added OutputType to ImagePicker to hold output options
This commit is contained in:
@@ -9,6 +9,10 @@ var ImagePicker = function() {
|
||||
|
||||
};
|
||||
|
||||
ImagePicker.prototype.OutputType = {
|
||||
FILE_URI: 0,
|
||||
BASE64_STRING: 1
|
||||
};
|
||||
/*
|
||||
* success - success callback
|
||||
* fail - error callback
|
||||
|
||||
Reference in New Issue
Block a user