Installation
We support installation through NPM and by adding a script tag from our CDN
Install Via NPM
npm install @smile_identity/smart-camera-web@<version>
In your VueJS / AngularJS / React page or component, import the package this way
import '@smile_identity/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.0.2/smart-camera-web.js"></script>
Last updated
Was this helpful?