update
parent
bd4d5935fe
commit
62da12758f
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
"removeComments": false,
|
||||
"resolveJsonModule": true,
|
||||
"skipLibCheck": true,
|
||||
"strict": true,
|
||||
"sourceMap": false,
|
||||
"strictBindCallApply": true,
|
||||
"strictFunctionTypes": true,
|
||||
|
|
Loading…
Reference in New Issue