UNPKG

@extra/humanize

Version:

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

5 lines (4 loc) 258 B
import { Vector } from './math'; import type { Box } from './types'; export declare function path(point: Vector, target: Vector, spreadOverride?: number): Vector[]; export declare function path(point: Vector, target: Box, spreadOverride?: number): Vector[];