justadudewhohacks / opencv4nodejs

Nodejs bindings to OpenCV 3 and OpenCV 4
MIT License
4.92k stars 814 forks source link

Can n-api replace Nan? #771

Open AcherTT opened 3 years ago

AcherTT commented 3 years ago

With a-api, there is no need to recompile, as long as the versions of different systems are compiled in advance. I found that this project does not have a Linux version

stoefln commented 3 years ago

I am using opencv4nodejs in my electron project. Electron is about to drop support for native non n-api modules and that's a big issue for me. I would be willing to offer some help moving to n-api.