diff --git a/Home.md b/Home.md index bf40614..e447c0f 100644 --- a/Home.md +++ b/Home.md @@ -241,7 +241,7 @@ draw output on screen using internal draw helper functions ```js // create instance of human with simple configuration using default values const config = { backend: 'webgl' }; -const human = new Human(config); +const human = new Human.Human(config); // select input HTMLVideoElement and output HTMLCanvasElement from page const inputVideo = document.getElementById('video-id'); const outputCanvas = document.getElementById('canvas-id'); @@ -444,7 +444,7 @@ For more info, see [**Configuration Details**](https://github.com/vladmandic/hum


-`Human` library is written in [TypeScript](https://www.typescriptlang.org/docs/handbook/intro.html) **4.9** using [TensorFlow/JS](https://www.tensorflow.org/js/) **4.2** and conforming to latest `JavaScript` [ECMAScript version 2022](https://262.ecma-international.org/) standard +`Human` library is written in [TypeScript](https://www.typescriptlang.org/docs/handbook/intro.html) **5.1** using [TensorFlow/JS](https://www.tensorflow.org/js/) **4.10** and conforming to latest `JavaScript` [ECMAScript version 2022](https://262.ecma-international.org/) standard Build target for distributables is `JavaScript` [EMCAScript version 2018](https://262.ecma-international.org/9.0/)