Installation in React Projects
Installation in React is the preferred method for using the IDmission Web SDK. To install the SDK in a React project, run the following command:
npm i idmission-web-sdk
Installation in Other Frameworks
If you are using a different framework or build system, you can install the SDK using a script tag. However, note that this method may not be as performant as using a package manager.
Add the following script tag to your page’s <head>
:
<script type="module" src="https://websdk-cdn-dev.idmission.com/websdk/prod/loader.js"></script>