opencv4nodejs-prebuilt-install
Advanced tools
Comparing version 4.1.195 to 4.1.202
@@ -25,5 +25,5 @@ const promisify = require("./promisify"); | ||
} catch (err) { | ||
console.log(err.message); | ||
console.log(`opencv4nodejs library isn't connected. platform should be x64 - current ${process.arch}, node12-21 - current ${process.version}, only mac,win,linux - current ${process.platform}`); | ||
} | ||
module.exports = cv; |
{ | ||
"name": "opencv4nodejs-prebuilt-install", | ||
"version": "4.1.195", | ||
"version": "4.1.202", | ||
"description": "Asynchronous OpenCV 4.x nodejs bindings with JavaScript and TypeScript API.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
10211894