UNPKG

video-ad-sdk

Version:

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

9 lines (7 loc) 251 B
import type {VastIcon} from '../../../types' export const getResource = ({ staticResource, htmlResource, iFrameResource: indexFrameResource }: VastIcon = {}): string | void => staticResource || htmlResource || indexFrameResource || undefined