Package Exports
- hbchatbot
- hbchatbot/dist/index.cjs.js
- hbchatbot/dist/index.esm.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (hbchatbot) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Hidden Brain ChatBot
A brief description of what this project does and who it's for.
Installation
Install hbchatbot with npm in your exsiting project
npm install hbchatbotUsage/Examples
import HbChatBot from 'hbchatbot'
function App() {
const config = {}
return <HbChatBot config={config} />
}Demo
Insert gif or link to demo