UNPKG

js-player-module-brightcove

Version:

Brightcove custom player using the Brightcove Player API.

6 lines (3 loc) 112 B
export function isTouchDevice() { return (('ontouchstart' in window) || (navigator.maxTouchPoints > 0)); };