1.1.1 • Published 8 months ago
ounai-embed v1.1.1
OunAi Chat Widget
Javascript library to display ounai chatbot on your website
Install:
yarn install
Dev:
yarn dev
Build:
yarn build
Embed in your HTML
<script type="module">
import Chatbot from 'https://cdn....';
Chatbot.init({
botId: '<botId>',
apiUrl: 'api endpoint',
});
</script>