Closed ziyuan-linn closed 2 months ago
This PR refactors the code of BodyPose. No functional changes.
BodyPose
update incorrect license info: MIT License -> ml5.js License.
add a file description and some helpful links at the beginning of the file.
clean up options object JSDoc comment.
move mold objects/schemas for handleOptions next to the options object comment.
handleOptions
add descriptions for the properties of HandPose
HandPose
change wordings in comments for clarity
fix a small typo in BodyPose
Looks great, thank you!
This PR refactors the code of
BodyPose
. No functional changes.update incorrect license info: MIT License -> ml5.js License.
add a file description and some helpful links at the beginning of the file.
clean up options object JSDoc comment.
move mold objects/schemas for
handleOptions
next to the options object comment.add descriptions for the properties of
HandPose
change wordings in comments for clarity
fix a small typo in
BodyPose