mirror of
https://github.com/apache/cordova-plugin-camera.git
synced 2026-04-29 00:02:13 +08:00
Fix require paths that were broken by plugin id changes
This commit is contained in:
@@ -29,4 +29,4 @@ onError callback function that provides an error message.
|
||||
Parameters
|
||||
----------
|
||||
|
||||
- __message:__ The message is provided by the device's native code. (`String`)
|
||||
- __message:__ The message is provided by the device's native code. (`String`)
|
||||
|
||||
@@ -39,4 +39,4 @@ Example
|
||||
function cameraCallback(imageData) {
|
||||
var image = document.getElementById('myImage');
|
||||
image.src = "data:image/jpeg;base64," + imageData;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user