You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
alfiepates b0b64a865d initial dev commit. everything is broken. 8 years ago
..
LICENSE-MIT initial dev commit. everything is broken. 8 years ago
README.md initial dev commit. everything is broken. 8 years ago
index.js initial dev commit. everything is broken. 8 years ago
package.json initial dev commit. everything is broken. 8 years ago

README.md

window-size NPM version

Reliable way to to get the height and width of the terminal/console in a node.js environment.

Install

npm

npm i window-size --save
var size = require('window-size');
size.height; // "80" (rows)
size.width; // "25" (columns)

Author

License

Copyright (c) 2014 Jon Schlinkert Licensed under the MIT license.