@repeato/native-cv 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -5,7 +5,7 @@ const nativeCV = require('node-gyp-build')(__dirname);
5
5
 
6
6
  // Export the native functions directly
7
7
  module.exports = {
8
- TemplateMatcher: nativeCV.TemplateMatcher,
8
+ TemplateMatcher: nativeCV.TemplateMatcherWorker,
9
9
  SiftObjectFinder: nativeCV.SiftObjectFinder,
10
10
 
11
11
  // JavaScript wrapper classes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@repeato/native-cv",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Native OpenCV-based template matching module for Node.js, replacing opencv4nodejs-m1.",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",