UNPKG

video-ad-sdk

Version:

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

8 lines (7 loc) 263 B
import type { VastIcon } from '../../../types'; interface StaticResourceOptions { document: Document; data: VastIcon; } export declare const createStaticResource: (source: string, { document, data }: StaticResourceOptions) => HTMLImageElement; export {};