pixsy/node_modules/window-size
synth-ruiner 495f1d958e initial 2017-12-22 17:22:08 +00:00
..
LICENSE-MIT initial 2017-12-22 17:22:08 +00:00
README.md initial 2017-12-22 17:22:08 +00:00
index.js initial 2017-12-22 17:22:08 +00:00
package.json initial 2017-12-22 17:22:08 +00:00

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.