We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3af26fe + 7112856 commit df9959aCopy full SHA for df9959a
src/Contours.cc
@@ -18,6 +18,7 @@ void Contour::Init(Local<Object> target) {
18
// Prototype
19
// Local<ObjectTemplate> proto = constructor->PrototypeTemplate();
20
Nan::SetPrototypeMethod(ctor, "point", Point);
21
+ Nan::SetPrototypeMethod(ctor, "points", Points);
22
Nan::SetPrototypeMethod(ctor, "size", Size);
23
Nan::SetPrototypeMethod(ctor, "cornerCount", CornerCount);
24
Nan::SetPrototypeMethod(ctor, "area", Area);
0 commit comments