UNPKG

video-ad-sdk

Version:

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

5 lines (4 loc) 269 B
export { run, type RunOptions } from './run'; export { runWaterfall } from './runWaterfall'; export type { RunWaterfallOptions, RunWaterfallHooks, ErrorData } from './runWaterfall'; export type { StartVideoAdOptions, StartAdUnitOptions } from './helpers/startVideoAd';