1.0.1 • Published 7 years ago

botxo-webchat v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

N|Solid webchat

How to use?

  • install npm package: npm install botxo-webchat
  • import package to you project (import botxo from 'botxo-webchat' or var botxo = require('botxo-webchat'))
  • embed the script

botxo({
  id: 3,
  buttonColor: '#ff6f4c'
});

Params

  • id: id of bot deployment (required)
  • buttonColor: hex value (optional)