1.0.2 • Published 6 years ago

winfo v1.0.2

Weekly downloads
3
License
ISC
Repository
-
Last release
6 years ago

Winfo

A small library that retrieve information about the active window (windows only)

Installation

$ npm install winfo

Usage

const winfo = require('winfo');

console.log(winfo.title());   // Title
console.log(winfo.id());      // PID (note yet implemented)
console.log(winfo.x());       // Position X
console.log(winfo.y());       // Position Y
console.log(winfo.width());   // Window width
console.log(winfo.height());  // Window heigth

License

MIT

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago