Skip to content

Commit c1c95cd

Browse files
Update examples comment
Co-authored-by: Yining Shi <[email protected]>
1 parent d8de242 commit c1c95cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/Handpose/script.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ function modelReady() {
2727
function draw() {
2828
image(video, 0, 0, width, height);
2929

30-
// We can call both functions to draw all keypoints and the skeletons
30+
// We can call the drawKeypoints function to draw all keypoints
31+
3132
drawKeypoints();
3233
}
3334

0 commit comments

Comments
 (0)