Installation

We support installation through NPM

Install Via NPM

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

Then, in your VueJS, AngularJS, or React component:

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

Install via a script tag

<script src="https://cdn.smileidentity.com/js/<version>/smart-camera-web.js"></script>

We use semantic versioning. As such, an example of a valid link will be:

<script src="https://cdn.smileidentity.com/js/v1.4.2/smart-camera-web.js"></script>

Last updated