added typedoc

master
Vladimir Mandic 2021-03-13 22:25:52 -05:00
parent 4c5d355a1d
commit 1bca80e5f9
10 changed files with 4223 additions and 2 deletions

@ -25,7 +25,7 @@ Once SSL certificates have been provided (defalt test certificate or your own),
```shell ```shell
npm run dev npm run dev
``` ```
On first start, it will install all development dependencies required to rebuild `Human` library On first start, it will install all development dependencies required to rebuild `Human` library
Dev version of the library runs without code minification for easier debugging while production version is fully minified Dev version of the library runs without code minification for easier debugging while production version is fully minified
@ -46,7 +46,7 @@ found 0 vulnerabilities
2020-12-12 10:12:52 INFO: Build: file startup all target: es2018 2020-12-12 10:12:52 INFO: Build: file startup all target: es2018
2020-12-12 10:12:52 STATE: HTTP server listening: 10030 2020-12-12 10:12:52 STATE: HTTP server listening: 10030
2020-12-12 10:12:52 STATE: HTTP2 server listening: 10031 2020-12-12 10:12:52 STATE: HTTP2 server listening: 10031
2020-12-12 10:12:52 STATE: Monitoring: [ 'package.json', 'config.js', 'demo', 'src', [length]: 4 ] 2020-12-12 10:12:52 STATE: Monitoring: [ 'package.json', 'config.ts', 'demo', 'src', [length]: 4 ]
2020-12-12 10:12:52 STATE: Build for: browserBundle type: tfjs: { modules: 1061, moduleBytes: 3772720, imports: 7, importBytes: 1784, outputBytes: 1522244, outputFiles: 'dist/tfjs.esm.js' } 2020-12-12 10:12:52 STATE: Build for: browserBundle type: tfjs: { modules: 1061, moduleBytes: 3772720, imports: 7, importBytes: 1784, outputBytes: 1522244, outputFiles: 'dist/tfjs.esm.js' }
2020-12-12 10:12:53 STATE: Build for: browserBundle type: iife: { imports: 37, importBytes: 1982201, outputBytes: 1830260, outputFiles: 'dist/human.js' } 2020-12-12 10:12:53 STATE: Build for: browserBundle type: iife: { imports: 37, importBytes: 1982201, outputBytes: 1830260, outputFiles: 'dist/human.js' }
2020-12-12 10:12:53 STATE: Build for: browserBundle type: esm: { imports: 37, importBytes: 1982201, outputBytes: 1830186, outputFiles: 'dist/human.esm.js' } 2020-12-12 10:12:53 STATE: Build for: browserBundle type: esm: { imports: 37, importBytes: 1982201, outputBytes: 1830186, outputFiles: 'dist/human.esm.js' }

2638
typedoc/assets/css/main.css Normal file

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 480 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 855 B

248
typedoc/assets/js/main.js Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

861
typedoc/classes/human.html Normal file

File diff suppressed because one or more lines are too long

473
typedoc/index.html Normal file

File diff suppressed because one or more lines are too long