Uriel Chemouni

Results 114 comments of Uriel Chemouni

Hi, I want to write a new Binding for openCV, and since I'm writing it from scratch, I want to make it as up-to-date as possible. So I would like...

Hi, I have issue, with keys enumerations. Is the enumeration of ObjectWrap fixed? I'm mapping an openCV Mat with the following: ```c++ Napi::FunctionReference cvMatObject::constructor; Napi::Object cvMatObject::Init(Napi::Env env, Napi::Object exports) {...

Thx, I will update my code soon.