From 97d0de349c04f31a6f2cdfa7410abfa15bdc1504 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Sun, 14 Mar 2021 13:48:51 -0400 Subject: [PATCH] update --- Usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Usage.md b/Usage.md index 6420d28..052edc0 100644 --- a/Usage.md +++ b/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 ``` -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