opencv4nodejs
Advanced tools
Comparing version 2.37.0 to 2.37.1
{ | ||
"name": "opencv4nodejs", | ||
"version": "2.37.0", | ||
"version": "2.37.1", | ||
"description": "Asynchronous OpenCV 3.x API for node.js", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -137,4 +137,3 @@ opencv4nodejs | ||
``` javascript | ||
const electron = require('electron'); | ||
const cv = electron.remote.require('opencv4nodejs'); | ||
const cv = require('opencv4nodejs'); | ||
``` | ||
@@ -146,3 +145,3 @@ | ||
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. | ||
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. | ||
@@ -149,0 +148,0 @@ Once recompiled, the module can be installed and required as usual: |
Sorry, the diff of this file is not supported yet
10363118
458