Github
npm
Installation
You can install the Unify Intent JS Client with your preferred package manager:Usage
After installing the client, you must initialize it in your application code:index.ts
Cleanup
When you are done using the client, if you wish to clean up the side effects generated by it, you can do so with theunmount method:
cleanup.ts