updated module path
parent
213ef7d33d
commit
9c60e3b3c3
|
@ -4,7 +4,7 @@
|
|||
"description": "JavaScript module for Face Detection and Face Recognition Using Tensorflow/JS",
|
||||
"main": "dist/face-api.esm.js",
|
||||
"module": "dist/face-api.esm.js",
|
||||
"browser": "dist/face-api.js",
|
||||
"browser": "dist/face-api.esm.js",
|
||||
"typings": "build/src/index.d.ts",
|
||||
"engines": {
|
||||
"node": ">=12.0.0"
|
||||
|
|
Loading…
Reference in New Issue