Installation
The Shufti Web SDK can be added to your project in two ways:


Direct CDN Installation
The quickest and simplest way to integrate the Shufti Web SDK is to use the Shufti-hosted library. To include the Shufti Web SDK in your project add the following script.
<script src="https://cdn.jsdelivr.net/npm/shuftipro-web-sdk/dist/cdn/shuftipro-web-sdk.js"></script>
Installation with an NPM package
NPM is a public repository of libraries available for download and integration into web/native apps. Shufti has been publishing all its SDKs there for convenience to customers.
Here's how to integrate the Shufti Web SDK into your project using npm:
Shufti Web SDK latest version
npm install shuftipro-web-sdk
Note
To use a specific version or view previous versions, visit the Shufti Web SDK page on npm.