UNPKG

video-ad-sdk

Version:

VAST/VPAID SDK that allows video ads to be played on top of any player

3 lines (2 loc) 145 B
import type { MediaFile } from '../../../types'; export declare const canPlay: (videoElement: HTMLVideoElement, mediaFile: MediaFile) => string;