diff --git a/plugin.xml b/plugin.xml new file mode 100644 index 0000000..4a35b62 --- /dev/null +++ b/plugin.xml @@ -0,0 +1,25 @@ + + + customCamera + customCamera by Geneanet + undefined + custom,camera,geneanet + + + + + + + + + + + + + + \ No newline at end of file diff --git a/www/customCamera.js b/www/customCamera.js index c96f2f3..36988f2 100644 --- a/www/customCamera.js +++ b/www/customCamera.js @@ -11,8 +11,8 @@ var customCameraExport = function() { }; // add method. -customCameraExport.prototype.jesaispasquoionverra = function() { - +customCameraExport.prototype.getPicture = function() { + alert("Oh yeah !"); }; module.exports = new customCameraExport(); \ No newline at end of file