pull/91/head
Vladimir Mandic 2021-03-17 18:33:12 -04:00
parent 2265e12d69
commit b2f8f41966
11 changed files with 23 additions and 21 deletions

View File

@ -33,7 +33,7 @@ Check out [**Live Demo**](https://vladmandic.github.io/human/demo/index.html) fo
- [**Code Repository**](https://github.com/vladmandic/human)
- [**NPM Package**](https://www.npmjs.com/package/@vladmandic/human)
- [**Issues Tracker**](https://github.com/vladmandic/human/issues)
- [**API Specification**](https://vladmandic.github.io/human/typedoc/index.html)
- [**API Specification**](https://vladmandic.github.io/human/typedoc/classes/human.html)
- [**Change Log**](https://github.com/vladmandic/human/blob/main/CHANGELOG.md)
<br>
@ -161,7 +161,7 @@ Build target is `JavaScript` **EMCAScript version 2018**
<br>
For details see [**Wiki Pages**](https://github.com/vladmandic/human/wiki)
and [**API Specification**](https://vladmandic.github.io/human/typedoc/index.html)
and [**API Specification**](https://vladmandic.github.io/human/typedoc/classes/human.html)
<br>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
dist/human.js.map vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -53,13 +53,13 @@ function mergeDeep(...objects) {
}, {});
}
/**
* Main Class for `Human` library
* **Human** library main class
*
* All methods and properties are available only as members of Human class
*
* Configuration object definition: @link Config
* Results object definition: @link Result
* Possible inputs: @link Input
* - Configuration object definition: {@link Config}
* - Results object definition: {@link Result}
* - Possible inputs: {@link Input}
*/
export class Human {
version: String;

View File

@ -66,12 +66,14 @@
<section class="tsd-panel tsd-comment">
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Main Class for <code>Human</code> library</p>
<p>Main Class for <strong>Human</strong> library</p>
</div>
<p>All methods and properties are available only as members of Human class</p>
<p>Configuration object definition: @link Config
Results object definition: @link Result
Possible inputs: @link Input</p>
<ul>
<li>Configuration object definition: <a href="../interfaces/config.html">Config</a></li>
<li>Results object definition: <a href="../interfaces/result.html">Result</a></li>
<li>Possible inputs: <a href="../index.html#input">Input</a></li>
</ul>
</div>
</section>
<section class="tsd-panel tsd-hierarchy">

8
types/human.d.ts vendored
View File

@ -22,13 +22,13 @@ export declare type Error = {
};
export declare type TensorFlow = typeof tf;
/**
* Main Class for `Human` library
* Main Class for **Human** library
*
* All methods and properties are available only as members of Human class
*
* Configuration object definition: @link Config
* Results object definition: @link Result
* Possible inputs: @link Input
* - Configuration object definition: {@link Config}
* - Results object definition: {@link Result}
* - Possible inputs: {@link Input}
*/
export declare class Human {
#private;

2
wiki

@ -1 +1 @@
Subproject commit 936e36ce0fd331030b48db735836381f2f22134a
Subproject commit f18a5e77f9aa0e3b6e0a1a8e1d229966a7021642