UNPKG

@doczilla/node

Version:
14 lines (13 loc) 246 B
export type ScreenshotClip = { scale?: number; /** * The width of the element in pixels. */ width: number; /** * The height of the element in pixels. */ height: number; 'x': number; 'y': number; };