UNPKG

vuetube

Version:

A fast, lightweight, lazyload vue component acting as a thin layer over the YouTube IFrame Player API which renders fast

7 lines (6 loc) 253 B
/** * Add preconnect links to the head of the document * @link https://www.igvita.com/2015/08/17/eliminating-roundtrips-with-preconnect/ */ declare function createWarmLink(url: string, addCrossorigin: boolean): void; export { createWarmLink };