We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbcf65a commit ab5bfa1Copy full SHA for ab5bfa1
README.md
@@ -52,9 +52,10 @@ npm install win32-api
52
53
```ts
54
import {
55
- FindWindow,
+ FindWindowEx,
56
GetDefaultPrinter,
57
} from 'win32-api/util'
58
+import {spawn} from 'child_process';
59
60
// Retrieves the printer name of the default printer for the current user on the local computer
61
const printerName = await GetDefaultPrinter()
0 commit comments