1.2.8 • Published 8 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
8 months ago
1.2.7
9 months ago
1.2.6
9 months ago
1.2.5
9 months ago
1.2.4
9 months ago
1.2.3
9 months ago
1.2.2
9 months ago
1.2.1
9 months ago
1.2.0
9 months ago
1.1.10
9 months ago
1.1.9
9 months ago
1.1.8
9 months ago
1.1.7
9 months ago
1.1.6
9 months ago
1.1.5
9 months ago
1.1.4
9 months ago
1.1.3
9 months ago
1.1.2
9 months ago
1.1.1
9 months ago
1.0.11
9 months ago
1.0.10
9 months ago
1.1.0
9 months ago
1.0.9
9 months ago
1.0.8
9 months ago
1.0.7
9 months ago
1.0.6
9 months ago
1.0.5
9 months ago
1.0.4
9 months ago
1.0.3
9 months ago
1.0.2
9 months ago
1.0.1
9 months ago
1.0.0
9 months ago