pull/97/head
Vladimir Mandic 2021-12-03 11:32:42 -05:00
parent bd4d5935fe
commit 62da12758f
3 changed files with 7 additions and 3 deletions

View File

@ -89,8 +89,8 @@
"platform": "browser",
"format": "esm",
"input": "src/index.ts",
"external": ["@tensorflow"],
"output": "dist/face-api.esm-nobundle.js"
"output": "dist/face-api.esm-nobundle.js",
"external": ["@tensorflow"]
},
{
"name": "tfjs/browser/esm/bundle",

View File

@ -9,7 +9,10 @@
## Changelog
### **HEAD -> master** 2021/12/01 mandic00@live.com
### **HEAD -> master** 2021/12/03 mandic00@live.com
### **origin/master** 2021/12/01 mandic00@live.com
- switch to custom tfjs and new typedefs
- rebuild

View File

@ -27,6 +27,7 @@
"removeComments": false,
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": true,
"sourceMap": false,
"strictBindCallApply": true,
"strictFunctionTypes": true,