diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c298066..c97f64ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ ### **HEAD -> main** 2021/09/15 mandic00@live.com +- add simple webcam and webrtc demo - added visual results browser to demo - reorganize tfjs bundle - experimental custom tfjs bundle - disabled diff --git a/test/build.log b/test/build.log index d5c2ab3a..d836b8b0 100644 --- a/test/build.log +++ b/test/build.log @@ -17477,3 +17477,27 @@ 2021-09-15 18:57:22 [35mSTATE:[39m Lint: {"locations":["*.json","src/**/*.ts","test/**/*.js","demo/**/*.js"],"files":83,"errors":0,"warnings":0} 2021-09-15 18:57:23 [35mSTATE:[39m ChangeLog: {"repository":"https://github.com/vladmandic/human","branch":"main","output":"CHANGELOG.md"} 2021-09-15 18:57:23 [36mINFO: [39m Done... +2021-09-15 18:59:42 [36mINFO: [39m @vladmandic/human version 2.2.0 +2021-09-15 18:59:42 [36mINFO: [39m User: vlado Platform: linux Arch: x64 Node: v16.5.0 +2021-09-15 18:59:42 [36mINFO: [39m Application: {"name":"@vladmandic/human","version":"2.2.0"} +2021-09-15 18:59:42 [36mINFO: [39m Environment: {"profile":"production","config":"build.json","tsconfig":true,"eslintrc":true,"git":true} +2021-09-15 18:59:42 [36mINFO: [39m Toolchain: {"build":"0.4.1","esbuild":"0.12.28","typescript":"4.4.3","typedoc":"0.21.9","eslint":"7.32.0"} +2021-09-15 18:59:42 [36mINFO: [39m Build: {"profile":"production","steps":["clean","compile","typings","typedoc","lint","changelog"]} +2021-09-15 18:59:42 [35mSTATE:[39m Clean: {"locations":["dist/*","types/*","typedoc/*"]} +2021-09-15 18:59:42 [35mSTATE:[39m Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1416} +2021-09-15 18:59:42 [35mSTATE:[39m Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":50,"inputBytes":476228,"outputBytes":404632} +2021-09-15 18:59:42 [35mSTATE:[39m Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1424} +2021-09-15 18:59:43 [35mSTATE:[39m Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":50,"inputBytes":476236,"outputBytes":404636} +2021-09-15 18:59:43 [35mSTATE:[39m Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1491} +2021-09-15 18:59:43 [35mSTATE:[39m Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":50,"inputBytes":476303,"outputBytes":404708} +2021-09-15 18:59:43 [35mSTATE:[39m Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1631} +2021-09-15 18:59:43 [35mSTATE:[39m Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":3088,"outputBytes":793} +2021-09-15 18:59:43 [35mSTATE:[39m Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":50,"inputBytes":475605,"outputBytes":405887} +2021-09-15 18:59:43 [35mSTATE:[39m Compile: {"name":"tfjs/browser/esm/bundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":8,"inputBytes":3088,"outputBytes":2376809} +2021-09-15 18:59:44 [35mSTATE:[39m Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":50,"inputBytes":2851621,"outputBytes":1407073} +2021-09-15 18:59:44 [35mSTATE:[39m Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":50,"inputBytes":2851621,"outputBytes":2609826} +2021-09-15 18:59:59 [35mSTATE:[39m Typings: {"input":"src/human.ts","output":"types","files":94} +2021-09-15 19:00:05 [35mSTATE:[39m TypeDoc: {"input":"src/human.ts","output":"typedoc","objects":29,"index":true} +2021-09-15 19:00:32 [35mSTATE:[39m Lint: {"locations":["*.json","src/**/*.ts","test/**/*.js","demo/**/*.js"],"files":83,"errors":0,"warnings":0} +2021-09-15 19:00:32 [35mSTATE:[39m ChangeLog: {"repository":"https://github.com/vladmandic/human","branch":"main","output":"CHANGELOG.md"} +2021-09-15 19:00:32 [36mINFO: [39m Done... diff --git a/typedoc/interfaces/DrawOptions.html b/typedoc/interfaces/DrawOptions.html index 0c9030ee..af4d2898 100644 --- a/typedoc/interfaces/DrawOptions.html +++ b/typedoc/interfaces/DrawOptions.html @@ -132,7 +132,7 @@
@@ -142,7 +142,7 @@ @@ -152,7 +152,7 @@ @@ -162,7 +162,7 @@ @@ -172,7 +172,7 @@ @@ -182,7 +182,7 @@ @@ -192,7 +192,7 @@ @@ -202,7 +202,7 @@ @@ -212,7 +212,7 @@ @@ -222,7 +222,7 @@ @@ -232,7 +232,7 @@ @@ -242,7 +242,7 @@ @@ -252,7 +252,7 @@ @@ -262,7 +262,7 @@ @@ -272,7 +272,7 @@ @@ -282,7 +282,7 @@ @@ -292,7 +292,7 @@