UNPKG

video-ad-sdk

Version:

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

7 lines (6 loc) 382 B
export { createVideoAdUnit } from './createVideoAdUnit'; export { VastAdUnit, type VastAdUnitOptions } from './VastAdUnit'; export { VideoAdUnit, type VideoAdUnitOptions } from './VideoAdUnit'; export { VpaidAdUnit, type VpaidAdUnitOptions } from './VpaidAdUnit'; export type { Emitter, Listener } from './helpers/Emitter'; export type { AdUnitError } from './helpers/adUnitError';