add hw2
This commit is contained in:
5
node_modules/html-to-image/es/embed-resources.d.ts
generated
vendored
Normal file
5
node_modules/html-to-image/es/embed-resources.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import { Options } from './types';
|
||||
export declare function parseURLs(cssText: string): string[];
|
||||
export declare function embed(cssText: string, resourceURL: string, baseURL: string | null, options: Options, getContentFromUrl?: (url: string) => Promise<string>): Promise<string>;
|
||||
export declare function shouldEmbed(url: string): boolean;
|
||||
export declare function embedResources(cssText: string, baseUrl: string | null, options: Options): Promise<string>;
|
||||
Reference in New Issue
Block a user