UNPKG

librecast-live

Version:

Live Streaming Video Platform with IPv6 Multicast

12 lines (11 loc) 264 B
class Avatar extends Component { nodeName = 'AVATAR'; constructor() { super(); } get template() { //let html = `<img src="${this.props.src}" />`; let html = `<img class="avatar" src="/media/librestack.svg" height="30" width="30" />`; return html; } }