We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9863e44 commit 5be42c4Copy full SHA for 5be42c4
lib/screen.class.ts
@@ -10,7 +10,7 @@ import { Region } from "./region.class";
10
export class Screen {
11
public config = {
12
confidence: 0.99,
13
- resourceDirectory: "./",
+ resourceDirectory: cwd(),
14
};
15
16
constructor(private vision: VisionAdapter) {
0 commit comments