UNPKG

take-shot

Version:
5 lines (4 loc) 383 B
export declare function parseURLs(cssText: string): string[]; export declare function embed(cssText: string, resourceURL: string, baseURL: string | null, getContentFromUrl?: (url: string) => Promise<string>): Promise<string>; export declare function shouldEmbed(url: string): boolean; export declare function embedResources(cssText: string, baseUrl: string | null): Promise<string>;