detection-lib
Advanced tools
Comparing version
{ | ||
"name": "detection-lib", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"main": "src/DetectorFactory.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -21,3 +21,3 @@ import { Detector } from './types.js'; | ||
}); | ||
this.faceDetector.send({image:""}); | ||
// this.faceDetector.send({image:""}); | ||
this.modelReady = true; | ||
@@ -24,0 +24,0 @@ } |
14103018
0