Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 453 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 453 Bytes

Chat Widget

Screenshot 2023-06-06 at 1 38 12 AM

A simple chat widget to inject in your websites using a script tag.

<script src="js/chat.js"></script>
    <script>
      // not necessary
      const chatConfig = {
        token: "kZ2DFO7hVihqcaT12Igw",
      };
      initializeChatWidget(chatConfig);
</script>