mirror of https://github.com/vladmandic/human
added additional gestures
parent
63c2347b52
commit
17d21d1995
|
@ -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
|
||||
|
|
14
Gesture.md
14
Gesture.md
|
@ -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*"
|
||||
|
|
Loading…
Reference in New Issue