UNPKG

vuetube

Version:

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

16 lines (15 loc) 680 B
/** * YouTube hosts */ export declare const DEFAULT_HOST = "https://www.youtube.com"; export declare const NO_COOKIES_HOST = "https://www.youtube-nocookie.com"; /** * Origins that are in the critical path */ export declare const GOOGLE_ADS_URL = "https://googleads.g.doubleclick.net"; export declare const GOOGLE_FONTS_URL = "https://fonts.gstatic.com"; export declare const GOOGLE_URL = "https://google.com"; export declare const YTIMG_URL = "https://i.ytimg.com"; export declare const GSTATIC_URL = "https://www.gstatic.com"; export declare const YT3_URL = "https://yt3.ggpht.com"; export declare const YOUTUBE_API_URL = "https://www.youtube.com/iframe_api";