![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/vreg/node_modules/html-to-image/lib/ |
export declare function getExtension(url: string): string; export declare function getMimeType(url: string): string; export declare function resolveUrl(url: string, baseUrl: string | null): string; export declare function isDataUrl(url: string): boolean; export declare function makeDataUrl(content: string, mimeType: string): string; export declare function parseDataUrlContent(dataURL: string): string; export declare const uuid: () => string; export declare const delay: <T>(ms: number) => (args: T) => Promise<T>; export declare function toArray<T>(arrayLike: any): T[]; export declare function getNodeWidth(node: HTMLElement): number; export declare function getNodeHeight(node: HTMLElement): number; export declare function getPixelRatio(): number; export declare function canvasToBlob(canvas: HTMLCanvasElement): Promise<Blob | null>; export declare function createImage(url: string): Promise<HTMLImageElement>; export declare function svgToDataURL(svg: SVGElement): Promise<string>; export declare function nodeToDataURL(node: HTMLElement, width: number, height: number): Promise<string>;