https://github.com/malykhin/n-api-experiments
N-API Node.js experiments
https://github.com/malykhin/n-api-experiments
n-api node-addon-api nodejs opencv
Last synced: 7 months ago
JSON representation
N-API Node.js experiments
- Host: GitHub
- URL: https://github.com/malykhin/n-api-experiments
- Owner: malykhin
- Created: 2018-08-29T19:28:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-31T20:12:38.000Z (almost 7 years ago)
- Last Synced: 2025-02-05T18:36:00.473Z (about 1 year ago)
- Topics: n-api, node-addon-api, nodejs, opencv
- Language: C++
- Homepage:
- Size: 464 KB
- Stars: 3
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# N-API experiments using `node-addon-api`
Important: this code will work only on OSX, you should update `binding.gyp` `conditions` for your OS.
### Instalation
1) Opencv
```
brew install opencv@2
brew link --force opencv@2
```
2) Dependencies: `npm i`
3) Buld & run: `npm start`