UNPKG

@percy/agent

Version:

An agent process for integrating with Percy.

7 lines (6 loc) 151 B
export interface SnapshotConfiguration { widths: number[]; 'percy-css': string; 'min-height': number; 'enable-javascript'?: boolean; }