Migration

To install the latest version follow the installation guide here

If using the deprecated version here

Changes

The major changes include

  1. Installing and Importing the dependencies into your project

  2. How to receive callback after verification is complete

Installing and importing dependencies

There are two ways to upgrade.

npm install @smileid/web-components@<version>

The package can now be imported

import "@smileid/web-components/smart-camera-web";

Receiving callback

The method imagesComputed has been replace with smart-camera-web.publish.

Last updated