Eric Foster 35b96bc934 initial commit | před 6 roky | |
---|---|---|
.. | ||
LICENSE-MIT | před 6 roky | |
README.md | před 6 roky | |
index.js | před 6 roky | |
package.json | před 6 roky |
Reliable way to to get the height and width of the terminal/console in a node.js environment.
npm i window-size --save
var size = require('window-size');
size.height; // "80" (rows)
size.width; // "25" (columns)
Copyright (c) 2014 Jon Schlinkert Licensed under the MIT license.