multichat-web
v1.2.1
Published
## Installation
Downloads
2
Readme
MultiChat
Installation
npm install multichat-web
npm login
npm run build
npm publish
Using yarn
yarn add multichat-web
Usage
Explain how to use your project, with examples.
import { ChatbotWidget } from 'multichat-web';
<ChatbotWidget apikey={YOUR_API_KEY_HERE} />