UNPKG

shell-ahk

Version:

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

15 lines (12 loc) 266 B
type Point = [number, number] export type FindColor = ( color: number, start?: Point, end?: Point, variation?: number, ) => Point declare module './findColor' { /** Finds a color on the screen */ const findColor: FindColor export default findColor }