Skip to content

Ionic

This is an Ionic-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 Ionic
  • 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 commands to add the SDK to the project:

ionic cordova plugin add @regulaforensics/face-sdk
ionic cordova plugin add @regulaforensics/face-core-basic
ionic cordova plugin add @regulaforensics/face-sdk
ionic cordova plugin add @regulaforensics/face-core-match

src/app/home/home.page.ts:

import { FaceSDK } from '@regulaforensics/face-sdk'

Info

You can always use our demo application on GitHub.

Next Step