forked from public/cordova-plugin-camera
Fix require paths that were broken by plugin id changes
This commit is contained in:
@@ -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