Extensions
Enhance your chat with custom extensions and load just what you’re going to use.
How do I use?
Using on Browser
<script src="//cdn.jsdelivr.net/npm/yve-bot@latest/web.js"></script>
<script src="//cdn.jsdelivr.net/npm/yve-bot@latest/ext/types/TypeName"></script>
From Node / React
import YveBot from 'yve-bot/ui';
import 'yve-bot/ext/types/TypeName';
Available extensions
StringSearch - Autocomplete-like for chat conversation.