UNPKG

librecast-live

Version:

Live Streaming Video Platform with IPv6 Multicast

13 lines (12 loc) 197 B
class ChatTopic extends Component { nodeName = 'CHATTOPIC'; constructor() { super(); } get template() { let html = `<div class="chattopic"> Multicast Chat </div>`; return html; } }