added additional gestures

master
Vladimir Mandic 2020-11-09 09:30:54 -05:00
parent 63c2347b52
commit 17d21d1995
2 changed files with 12 additions and 3 deletions

@ -11,6 +11,7 @@ Repository: **<git+https://github.com/vladmandic/human.git>**
## Changelog
### **HEAD -> main, origin/main, origin/HEAD** 2020/11/09 mandic00@live.com
- fix wasm module
### **0.8.3** 2020/11/08 mandic00@live.com
- refresh

@ -6,6 +6,14 @@ Entire implementation is in `src/gesture.js` and can be further extended with ad
There are three pre-defined methods:
- face(): implements: "*facing `<left|right>`*", "*blink `<left|right>` eye*"
- body(): implements: "*leaning `<left|right>`*", "*raise `<left|right>` hand*", "*i give up*"
- hand(): implements: "*`<finger>` forward `<finger>` up*"
- face(): implements:
- "*facing `<left|camera|right>`*"
- "*blink `<left|right>` eye*"
- "*mouth `<percentage>` open*"
- "*head `<up|down>`*"
- body(): implements:
- "*leaning `<left|right>`*"
- "*raise `<left|right>` hand*"
- "*i give up*"
- hand(): implements:
- "*`<finger>` forward `<finger>` up*"