@repeato/native-cv
v0.2.2
Published
Native OpenCV-based template matching module for Node.js, replacing opencv4nodejs-m1.
Maintainers
Readme
repeato-native-cv
Native OpenCV-based computer vision module for Node.js with static linking for Electron distribution.
Used in Repeato-CLI and Repeato-Studio. Learn more at https://www.repeato.app
Electron + Webpack
If you bundle your renderer with webpack, native modules must be resolvable from disk at runtime.
- Ensure
@repeato/native-cvis treated as an external (do not bundle it). - Ensure
.nodebinaries are unpacked from asar (e.g.asarUnpack: ["**/*.node"]).
If these are misconfigured, you may see node-gyp-build errors like “No native build was found … loaded from: …electron.asar/renderer”.
