UNPKG

shell-ahk

Version:

`Lodash`/`jQuery` for `AHK`.

10 lines (7 loc) 237 B
type Point = [number, number] export type FindImage = (source: string, start?: Point, end?: Point) => Point declare module './findImage' { /** Finds an image on the screen */ const findImage: FindImage export default findImage }