Trinsic's Web UI SDK to easily launch your verifications and capture the result
npm install @trinsic/web-ui

The Trinsic Web UI Library provides ways to launch verification sessions directly from your web frontend in the browser.
This library must be paired with an api library as part of a full integration.
See the Trinsic docs for more detailed information on how to start integrating with our identity acceptance network.
Install the package with:
``sh`
npm install @trinsic/web-ui
If you're using a CDN, for example unpkg, you can use the below source.
`html