npm-opencv-build
npm-opencv-build copied to clipboard
A simple script to auto build recent OpenCV + contrib version via npm
Results
3
npm-opencv-build issues
Sort by
recently updated
recently updated
newest added
It's not so much of an issue as it is a thought. Currently, it requires CMake to run, although I wondered if there's a way it could be adapted to...
When detecting the package.json root path, only `Deno.cwd()` is considered, so using package.json options does not work unless the `package.json` in question is opencv4nodejs itself. this fixes it so that...