opencv4nodejs
Advanced tools
Comparing version 2.36.1 to 2.37.0
{ | ||
"name": "opencv4nodejs", | ||
"version": "2.36.1", | ||
"version": "2.37.0", | ||
"description": "Asynchronous OpenCV 3.x API for node.js", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -17,2 +17,3 @@ opencv4nodejs | ||
* **[Usage with Electron](#usage-with-electron)** | ||
* **[Usage with NW.js](#usage-with-nwjs)** | ||
* **[Quick Start](#quick-start)** | ||
@@ -141,2 +142,14 @@ * **[Async API](#async-api)** | ||
<a name="usage-with-nwjs"></a> | ||
## Usage with NW.js | ||
Any native modules, including opencv4nodejs, must be recompiled to be used with [NW.js](https://nwjs.io/). Instructions on how to do this are available in the **[Use Native Modules] (http://docs.nwjs.io/en/latest/For%20Users/Advanced/Use%20Native%20Node%20Modules/)** section of the the NW.js documentation. | ||
Once recompiled, the module can be installed and required as usual: | ||
``` javascript | ||
const cv = require('opencv4nodejs'); | ||
``` | ||
<a name="quick-start"></a> | ||
@@ -143,0 +156,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
10363071
207
459