1.0.3
♻️ Refactor
- [Function] In the
detect
method:- Change the parameter name from
onFaceDetected
toonSuccess
; - Change the parameter name from
onMessage
toonError
; - The
onSuccess
objectFaceDetected
can benull
; - Instead "FACE_UNDETECTED" message, the
onSuccess
objectFaceDetected
isnull
;
- Change the parameter name from
📝 Update Readme
- Change
detect
documentation;