@gregermendle/winf
TypeScript icon, indicating that this package has built-in type declarations

0.3.1 • Public • Published

Window Info

Get basic info about windows on OSX and Windows.

API

Get a list of all windows open on the system.

listWindows(): Array<Window>

Get the position and dimensions of a window.

windowRect(window: Window): Rect

Get the title of a window, otherwise null.

windowTitle(window: Window): string | null

Determine if a window is full screen.

isWindowFullScreen(window: Window): boolean

Readme

Keywords

none

Package Sidebar

Install

npm i @gregermendle/winf

Weekly Downloads

1

Version

0.3.1

License

MIT

Unpacked Size

138 kB

Total Files

20

Last publish

Collaborators

  • gregermendle