1.0.1 • Published 9 years ago
botxo-webchat v1.0.1
webchat
How to use?
- install npm package:
npm install botxo-webchat - import package to you project (
import botxo from 'botxo-webchat'orvar botxo = require('botxo-webchat')) embed the script
botxo({
id: 3,
buttonColor: '#ff6f4c'
});Params
- id: id of bot deployment (required)
- buttonColor: hex value (optional)