Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 285 Bytes

README.MD

File metadata and controls

15 lines (10 loc) · 285 Bytes

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
  1. Dependencies: npm i
  2. Buld & run: npm start