#ifndef __CV_NODE_H__ #define __CV_NODE_H__ #include "common/node.h" void InstallOpenCVAPI(Napi::Env env, Napi::Object exports); #endif