A light script that will initiate and launch the GetID WebSDK when triggered. The files are also hosted on CDN and can be used directly as web links.
This script start the GetId Web SDK on a web page. The product documentation is moved from this repository and made available on:
More product information is available on Checkin.com
A simple way to use the launcher is by adding the online CDN-link as described in the documentation.
It is also possible to embed this launcher by installing it to your projects directly.
NPM install
npm i getid-launcher --save
Import into your client code
import { init } from 'getid-launcher';