update

master
Vladimir Mandic 2021-03-14 13:48:51 -04:00
parent 607ddfe8b5
commit 97d0de349c
1 changed files with 1 additions and 1 deletions

@ -56,7 +56,7 @@ Plus additional helper functions inside `human.draw`:
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
color: 'rgba(173, 216, 230, 0.3)', // 'lightblue' with light alpha channel