1.0.10 • Published 6 months ago

ml-doc-assist-bot-javascript v1.0.10

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

ml-doc-assist-bot-javascript

Javascript library to integrate Maplelabs doc-assist bot into the given javascript app

NPM JavaScript Style Guide

Install

npm install --save ml-doc-assist-bot-javascript

Usage

import * as mlDocAssist from 'ml-doc-assist-bot-javascript'; // for npm

import 'ml-doc-assist-bot-javascript/src/ml-doc-assist.css'


let mlAssistBot = new mlDocAssist.MlDocAssistBot({
    serverURL: "https://13.68.226.101",
    urlId: "47",
    textColor:"#fff",
    themeColor: "#012b45"
});

mlAssistBot.initBot();
1.0.10

6 months ago

1.0.9

6 months ago

1.0.8

6 months ago

1.0.7

6 months ago

1.0.6

6 months ago

1.0.5

6 months ago

1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago