UNPKG

librecast-live

Version:

Live Streaming Video Platform with IPv6 Multicast

16 lines (15 loc) 339 B
class ProjectBox extends Component { nodeName = 'PROJECTBOX'; constructor() { super(); } get template() { return `<div class="projectbox"> <div class="projectname"> Libre<span class="latter">cast</span> <span class="itsalive">LIVE</span> </div> </div> </div>`; } }