1.2.8 • Published 7 months ago
qkai-chatbot v1.2.8
QKAI Chatbot Widget
A powerful and customizable chat widget made by QKIT Software that can be easily embedded into any website.
Installation and Usage
Install via npm:
npm install qkai-chatbot
import QKAIChatbot from "qkai-chatbot";
QKAIChatbot.initialize({
token: "your-token-here",
});
Or include directly via CDN. Initialize the chatbot widget by adding the following script:
<script src="https://unpkg.com/qkai-chatbot@latest/dist/qkai-chatbot.js"></script>
<script>
QKAIChatbot.initialize({
token: "your-token-here",
});
</script>
In Nextjs:
"use client";
import Script from "next/script";
<Script
src="https://unpkg.com/qkai-chatbot@latest/dist/qkai-chatbot.js"
onLoad={() => {
window.QKAIChatbot.initialize({
token: "your-token-here",
});
}}
/>;
1.2.8
7 months ago
1.2.7
7 months ago
1.2.6
7 months ago
1.2.5
7 months ago
1.2.4
7 months ago
1.2.3
7 months ago
1.2.2
7 months ago
1.2.1
7 months ago
1.2.0
7 months ago
1.1.10
7 months ago
1.1.9
7 months ago
1.1.8
7 months ago
1.1.7
7 months ago
1.1.6
7 months ago
1.1.5
7 months ago
1.1.4
7 months ago
1.1.3
7 months ago
1.1.2
7 months ago
1.1.1
8 months ago
1.0.11
8 months ago
1.0.10
8 months ago
1.1.0
8 months ago
1.0.9
8 months ago
1.0.8
8 months ago
1.0.7
8 months ago
1.0.6
8 months ago
1.0.5
8 months ago
1.0.4
8 months ago
1.0.3
8 months ago
1.0.2
8 months ago
1.0.1
8 months ago
1.0.0
8 months ago