UNPKG

@moveo-ai/web-widget

Version:

Client side library to load the moveo chat widget and connect it with your agent

4 lines (3 loc) 199 B
const moveoImageMessage = ({ url }, avatar) => `<li class="moveo__other"><img class="bot__image" src="${avatar}" /><img class="image__bubble" src="${url}"></li>`; export default moveoImageMessage;