UNPKG

chat-assistant-dit

Version:

A lightweight, customizable chat assistant widget for web and React apps.

7 lines (5 loc) 127 B
import './styles.css'; import { createChatWidget } from './ui'; export function initChatBot() { createChatWidget(); }