Cordova
This is a Cordova-specific Face SDK installation guide. Before proceeding further, make sure you've read the Installation page and have selected the Core type to install.
Requirements
- The latest stable version of Cordova
- For iOS, the minimum target is iOS 11.0
- For Android, the minimum Android API level is 21
Installation
The Face SDK is available on npm.
Run the following command to add the SDK to the project:
cordova plugin add @regulaforensics/face-sdk
cordova plugin add @regulaforensics/face-core-basic
cordova plugin add @regulaforensics/face-sdk
cordova plugin add @regulaforensics/face-core-match
www/js/index.js
:
FaceSDK = FaceSDKPlugin.FaceSDK
Info
You can always use our demo application on GitHub.