From 71368d38894fb2c79b14a93acd85e4a20ba4eb9b Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Sat, 13 Mar 2021 22:38:35 -0500 Subject: [PATCH] added api specs --- CHANGELOG.md | 4 +--- README.md | 10 +++++++++- wiki | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b11a536..8dda02a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,9 +11,7 @@ Repository: **** ### **HEAD -> main** 2021/03/13 mandic00@live.com - -### **origin/main** 2021/03/13 mandic00@live.com - +- strong typings ### **1.1.2** 2021/03/12 mandic00@live.com diff --git a/README.md b/README.md index 02de207e..4b23b414 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,11 @@ Check out [**Live Demo**](https://vladmandic.github.io/human/demo/index.html) fo ## Project pages -- [**Live Demo**](https://vladmandic.github.io/human/demo/index.html) +- [**Live Demo**](https://vladmandic.github.io/human/demo/index.html) - [**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/classes/human.html) - [**Change Log**](https://github.com/vladmandic/human/blob/main/CHANGELOG.md)
@@ -156,6 +157,13 @@ detectVideo(); Conforming to `JavaScript` [ECMAScript version 2020](https://www.ecma-international.org/ecma-262/11.0/index.html) standard Build target is `JavaScript` **EMCAScript version 2018** +
+ +For details see [**Wiki Pages**](https://github.com/vladmandic/human/wiki) +and [**API Specification**](https://vladmandic.github.io/human/typedoc/classes/human.html) + + +
![Downloads](https://img.shields.io/npm/dm/@vladmandic/human?style=flat-square) diff --git a/wiki b/wiki index 17f65ba8..607ddfe8 160000 --- a/wiki +++ b/wiki @@ -1 +1 @@ -Subproject commit 17f65ba8169f07140d23ea7b31f9c22b13b83642 +Subproject commit 607ddfe8b52f0be7b34ef27e1f8cbd3b7cbe3b98