UNPKG

@openreplay/tracker-assist

Version:

Tracker plugin for screen assistance through the WebRTC

8 lines (7 loc) 239 B
"use strict"; /** * Hack for the peerjs compilation on angular * About this issue: https://github.com/peers/peerjs/issues/552 */ // @ts-ignore typeof window !== 'undefined' && (window.parcelRequire = window.parcelRequire || undefined);