UNPKG

video-ad-sdk

Version:

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

9 lines (8 loc) 268 B
import type { ParsedAd, VastIcon, Optional } from '../types'; /** * Gets the Vast Icon definitions from the Vast Ad. * * @param ad VAST ad object. * @returns Array of VAST icon definitions */ export declare const getIcons: (ad: ParsedAd) => Optional<VastIcon[]>;