cordova-plugin-open-cv
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"_from": "cordova-plugin-open-cv@0.0.5", | ||
"_id": "cordova-plugin-open-cv@0.0.5", | ||
"_from": "cordova-plugin-open-cv", | ||
"_id": "cordova-plugin-open-cv@0.1.1", | ||
"_inBundle": false, | ||
"_integrity": "sha512-BD83Uo6bUIL7/9DRCDkoPUgt/qkqvXItBz4IDR9lp91lrYFnsSAFDtCSVh+k7aY1tGxUI85DDFx0uJ+ZteK48A==", | ||
"_integrity": "sha512-QKNXendKlXIVTNWW84ESRFESQ824aOSaZVkjV6Uv5r/0ufIPyZG1g8dyMV7xzDEdAFJOZg3TrcDiqpoEEsn2JA==", | ||
"_location": "/cordova-plugin-open-cv", | ||
"_phantomChildren": {}, | ||
"_requested": { | ||
"type": "version", | ||
"type": "tag", | ||
"registry": true, | ||
"raw": "cordova-plugin-open-cv@0.0.5", | ||
"raw": "cordova-plugin-open-cv", | ||
"name": "cordova-plugin-open-cv", | ||
"escapedName": "cordova-plugin-open-cv", | ||
"rawSpec": "0.0.5", | ||
"rawSpec": "", | ||
"saveSpec": null, | ||
"fetchSpec": "0.0.5" | ||
"fetchSpec": "latest" | ||
}, | ||
@@ -22,5 +22,5 @@ "_requiredBy": [ | ||
], | ||
"_resolved": "https://registry.npmjs.org/cordova-plugin-open-cv/-/cordova-plugin-open-cv-0.0.5.tgz", | ||
"_shasum": "d647ad97462005812fb14acfb2a2f87a449fb874", | ||
"_spec": "cordova-plugin-open-cv@0.0.5", | ||
"_resolved": "https://registry.npmjs.org/cordova-plugin-open-cv/-/cordova-plugin-open-cv-0.1.1.tgz", | ||
"_shasum": "14697de2f471c86ef7b3bbd612b475b6c86d6e2e", | ||
"_spec": "cordova-plugin-open-cv", | ||
"_where": "/Users/tom/dev/hileadzz_app/cordova", | ||
@@ -45,3 +45,3 @@ "author": { | ||
"name": "cordova-plugin-open-cv", | ||
"version": "0.1.1" | ||
"version": "0.1.2" | ||
} |
@@ -7,4 +7,5 @@ var exec = require('cordova/exec'); | ||
exports.test = function(arg0, success, error) { | ||
console.log('jkjjkj'); | ||
exports.resize = function(imageData, success, error) { | ||
console.log(imageData); | ||
exec(success, error, 'OpenCVWrapper', 'resize', [imageData]); | ||
}; | ||
@@ -11,0 +12,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4002
6
14