mirror of https://github.com/vladmandic/human
update
parent
607ddfe8b5
commit
97d0de349c
2
Usage.md
2
Usage.md
|
@ -56,7 +56,7 @@ Plus additional helper functions inside `human.draw`:
|
||||||
human.draw.gesture(canvas, result.gesture) // draw detected gesture results to canvas
|
human.draw.gesture(canvas, result.gesture) // draw detected gesture results to canvas
|
||||||
```
|
```
|
||||||
|
|
||||||
Style of drawing is configurable via `human.draw.options` object:
|
Style of drawing is configurable via `human.draw.drawOptions` object:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
color: 'rgba(173, 216, 230, 0.3)', // 'lightblue' with light alpha channel
|
color: 'rgba(173, 216, 230, 0.3)', // 'lightblue' with light alpha channel
|
||||||
|
|
Loading…
Reference in New Issue