node addon api vector example
Send C++ class to node with ObjectWrap without data loss - node-addon-api
Ask questionsSend C++ class to node with ObjectWrap without data loss I am trying to pass cv::Mat from c++ to node and vice versa using node-addon-api. I wrote lightweight wrapper for cv::Mat but there seems to be no way to convert this ObjectWraped class into Object from within C++ that will allow sending it to node.
https://www.gitmemory.com/issue/nodejs/node-addon-api/500/503317387
node-addon-api Promise Example
Can you create example for async promise? · Issue #85 · nodejs/node-addon-examples
Dismiss GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together. Sign up You can't perform that action at this time. You signed in with another tab or window. You signed out in another tab or window.
https://github.com/nodejs/node-addon-examples/issues/85

Seonglae Cho