update
parent
bd4d5935fe
commit
62da12758f
|
@ -89,8 +89,8 @@
|
||||||
"platform": "browser",
|
"platform": "browser",
|
||||||
"format": "esm",
|
"format": "esm",
|
||||||
"input": "src/index.ts",
|
"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",
|
"name": "tfjs/browser/esm/bundle",
|
||||||
|
|
|
@ -9,7 +9,10 @@
|
||||||
|
|
||||||
## Changelog
|
## 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
|
- switch to custom tfjs and new typedefs
|
||||||
- rebuild
|
- rebuild
|
||||||
|
|
|
@ -27,6 +27,7 @@
|
||||||
"removeComments": false,
|
"removeComments": false,
|
||||||
"resolveJsonModule": true,
|
"resolveJsonModule": true,
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
|
"strict": true,
|
||||||
"sourceMap": false,
|
"sourceMap": false,
|
||||||
"strictBindCallApply": true,
|
"strictBindCallApply": true,
|
||||||
"strictFunctionTypes": true,
|
"strictFunctionTypes": true,
|
||||||
|
|
Loading…
Reference in New Issue