I am new to Cordova and recently I am trying to create some face detector features for mobile with Cordova. I did use the ezarfacedetector from ezAR which is a plugin mainly for Cordova. However I am facing some issue with the hardware part as some phone unable to use that feature. Different phone will produce a different outcome.
Later I found out that https://www.npmjs.com have many similiar facedetector plugins but I am not sure whether npm plugin works with Cordova.
So my question is that whether Cordova supports npm plugins? If not, do you guys mind share some idea how to I create a facedetector for the phone which able to detect human face with the optional of getting data after detecting (without using any APIs).
Some example like this: https://www.faceplusplus.com/face-detection/