UNPKG

ovenplayer

Version:

OvenPlayer is Open-Source HTML5 Player. OvenPlayer supports WebRTC Signaling from OvenMediaEngine for Sub-Second Latency Streaming.

10 lines 341 B
import {version} from "version"; export default (uiText) => { return ( `<div class="op-context-panel animated fadeIn">` + `<div class="op-context-item" tabindex="1">` + `<span class="op-context-item-text">${uiText.context} ${version}</span>` + `</div>`+ `</div>` ); };