Skip to content

1.0.3

Compare
Choose a tag to compare
@Goulartvic Goulartvic released this 10 Mar 13:53
· 3 commits to master since this release
2a1ce88

♻️ 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 null;
    • Instead "FACE_UNDETECTED" message, the onSuccess object FaceDetected is null;

📝 Update Readme

  • Change detect documentation;