An open API service indexing awesome lists of open source software.

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

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`