1.0.3 • Published 2 years ago
win-get-active-window v1.0.3
win-get-active-window
Is a windows rebuild of: https://github.com/octalmage/active-window
Installing
$ npm install win-get-active-window
Usage
const getActiveWindow = require("win-get-active-window")
console.log(await getActiveWindow())
/* returns an object:
{
app: string
title: string
}
*/