diff --git a/Usage.md b/Usage.md index 69817eb..04d91ca 100644 --- a/Usage.md +++ b/Usage.md @@ -62,11 +62,11 @@ Style of drawing is configurable via `human.draw.options` object: font: 'small-caps 16px "Segoe UI"', // font used for labels lineHeight: 20, // spacing between lines for multi-line labels lineWidth: 6, // line width of drawn polygons + drawPoints: true, // draw detected points in all objects + pointSize: 2, // size of points drawLabels: true, // draw labels with detection results drawBoxes: true, // draw boxes around detected faces roundRect: 8, // should boxes have round corners and rounding value - drawPoints: true, // draw detected points in all objects - pointSize: 2, // size of points drawPolygons: true, // draw polygons such as body and face mesh fillPolygons: true, // fill polygons in face mesh useDepth: true, // use z-axis value when available to determine color shade