mirror of
https://github.com/DmcSDK/cordova-plugin-mediaPicker
synced 2026-04-14 00:03:04 +08:00
add extractThumbnail takePhoto
This commit is contained in:
@@ -10,6 +10,9 @@ var MediaPicker = {
|
||||
},
|
||||
takePhoto:function(arg0, success, error) {
|
||||
exec(success, error, "MediaPicker", "takePhoto", [arg0]);
|
||||
},
|
||||
extractThumbnail:function(arg0, success, error) {
|
||||
exec(success, error, "MediaPicker", "extractThumbnail", [arg0]);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user