Skip to content

Commit

Permalink
(#3) Updated typings with new highlight function
Browse files Browse the repository at this point in the history
  • Loading branch information
s1hofmann committed May 3, 2020
1 parent 9748bc0 commit d9c1e75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export interface Bitmap {

export interface Screen {
capture(x?: number, y?: number, width?: number, height?: number): Bitmap;
highlight(x: number, y: number, width: number, height: number, duration: number, opacity: number): void;
}

export function setKeyboardDelay(ms: number): void;
Expand Down

0 comments on commit d9c1e75

Please sign in to comment.