1.0.1
TeruyaHaroldo
released this
09 Mar 17:48
·
22 commits
to development
since this release
♻️ Refactor
- [Function] In the
detect
method:- Change the parameter name from
onFaceDetected
toonSuccess
; - Change the parameter name from
onMessage
toonError
; - The
onSuccess
objectFaceDetected
can benil
; - Instead "FACE_UNDETECTED" message, the
onSuccess
objectFaceDetected
isnil
;
- Change the parameter name from
📝 Update Readme
- Change
detect
documentation; - Add Table of Contents;
- Update the Usage;
- Update the section Contribution;