UNPKG

angles-javascript-client

Version:

This is the javascript client for the Angles Dashboard. It allows you to store your test results.

12 lines (11 loc) 308 B
import { Screenshot } from './Screenshot'; import { Platform } from './Platform'; import { IgnoreBox } from './IgnoreBox'; export declare class Baseline { screenshot: Screenshot; view: string; platform: Platform; screenHeight: number; screenWidth: number; ignoreBoxes: IgnoreBox[]; }