Skip to content

1.0.1

Compare
Choose a tag to compare
@TeruyaHaroldo TeruyaHaroldo released this 09 Mar 17:48
· 22 commits to development since this release
ecbb412

♻️ Refactor

  • [Function] In the detect method:
    • Change the parameter name from onFaceDetected to onSuccess;
    • Change the parameter name from onMessage to onError;
    • The onSuccess object FaceDetected can be nil;
    • Instead "FACE_UNDETECTED" message, the onSuccess object FaceDetected is nil;

📝 Update Readme