UNPKG

@extra/humanize

Version:

A plugin for playwright & puppeteer to humanize inputs (mouse movements)

7 lines (6 loc) 94 B
export interface Box { x: number; y: number; width: number; height: number; }