mirror of
https://github.com/peterbraden/node-opencv.git
synced 2025-12-08 19:45:55 +00:00
Now building and passing tests locally in node v0.10.40 v0.12.7 and v4.1.1. Other modules would not build at node lower than v0.10, so I stopped there.
7 lines
116 B
C++
7 lines
116 B
C++
#include "OpenCV.h"
|
|
|
|
class Constants: public Nan::ObjectWrap {
|
|
public:
|
|
static void Init(Local<Object> target);
|
|
};
|