1.0.1 • Published 2d ago
@instant-ar/apexflow-embed
Licence
MIT
Version
1.0.1
Deps
0
Size
996 kB
Vulns
0
Weekly
0
ApexFlow Embed
Vanilla JS chatbot library to display ApexFlow chatbot on your website
Usage
<script type="module">
import Chatbot from "https://cdnjs.cloudflare.com/ajax/libs/apexflow-embed/1.0.0/web.js"
Chatbot.init({
chatflowid: "your-chatflow-id",
apiHost: "https://your-apexflow-host.com",
})
</script>