diff --git a/README.md b/README.md
index 8d203222..5b43191a 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +25,8 @@
- Simple unified API
- Built-in Image, Video and WebCam handling
+[*Jump to Quick Start*](#quick-start)
+
## Compatibility
@@ -143,24 +145,21 @@
## App Examples
Visit [Examples gallery](https://vladmandic.github.io/human/samples/index.html) for more examples
-
-
-
+[
](assets/samples.jpg)
## Options
All options as presented in the demo application...
-> [demo/index.html](demo/index.html)
-
-
+[demo/index.html](demo/index.html)
+[
](assets/screenshot-menu.png)
**Results Browser:**
[ *Demo -> Display -> Show Results* ]
-
+[
](assets/screenshot-results.png)
@@ -172,22 +171,22 @@ sorts them by similarity to selected face
and optionally matches detected face with database of known people to guess their names
> [demo/facematch](demo/facematch/index.html)
-
+[
](assets/screenshot-facematch.jpg)
2. **Face ID:**
Performs validation check on a webcam input to detect a real face and matches it to known faces stored in database
> [demo/faceid](demo/faceid/index.html)
-
+[
](assets/screenshot-faceid.jpg)
3. **3D Rendering:**
> [human-motion](https://github.com/vladmandic/human-motion)
-
-
-
+[
](https://github.com/vladmandic/human-motion/raw/main/assets/screenshot-face.jpg)
+[
](https://github.com/vladmandic/human-motion/raw/main/assets/screenshot-body.jpg)
+[
](https://github.com/vladmandic/human-motion/raw/main/assets/screenshot-hand.jpg)
@@ -195,7 +194,7 @@ Performs validation check on a webcam input to detect a real face and matches it
> [human-three-vrm](https://github.com/vladmandic/human-three-vrm)
> [human-bjs-vrm](https://github.com/vladmandic/human-bjs-vrm)
-
+[
](https://github.com/vladmandic/human-three-vrm/raw/main/assets/human-vrm-screenshot.jpg)
5. **Human as OS native application:**
@@ -219,31 +218,13 @@ Simply load `Human` (*IIFE version*) directly from a cloud CDN in your HTML file
-
+
```
For details, including how to use `Browser ESM` version or `NodeJS` version of `Human`, see [**Installation**](https://github.com/vladmandic/human/wiki/Install)
-## Inputs
-
-`Human` library can process all known input types:
-
-- `Image`, `ImageData`, `ImageBitmap`, `Canvas`, `OffscreenCanvas`, `Tensor`,
-- `HTMLImageElement`, `HTMLCanvasElement`, `HTMLVideoElement`, `HTMLMediaElement`
-
-Additionally, `HTMLVideoElement`, `HTMLMediaElement` can be a standard `