@docsai/chat-sdk
v1.0.7
Published
## Install the sdk
Downloads
8
Readme
Chat SDK for docsai
Install the sdk
yarn add @docsai/chat-sdk
or
npm install @docsai/chat-sdk
Initialise app
import { initDocsAI } from "@docsai/chat-sdk";
// Second argument will be the primary color of the chat widget
initDocsAI("<PROJECT_ID>", "#000");