@stencil/core
Version:
A Compiler for Web Components and Progressive Web Apps
4 lines (3 loc) • 349 B
TypeScript
/// <reference types="node" />
import type * as d from '@stencil/core/internal';
export declare function compareScreenshot(emulateConfig: d.EmulateConfig, screenshotBuildData: d.ScreenshotBuildData, currentScreenshotBuf: Buffer, desc: string, width: number, height: number, testPath: string, pixelmatchThreshold: number): Promise<d.ScreenshotDiff>;