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>
Smile Identity SDK uses semantic versioning. You can either pin to a specific release or automatically receive the latest patch and minor updates within a major version.
Specific version (pinned):
<script src="https://cdn.smileidentity.com/js/v2.0.0/smart-camera-web.js"></script>
Major version (auto-updates within v2):
<script src="https://cdn.smileidentity.com/js/v2/smart-camera-web.js"></script>
Last updated
Was this helpful?