Illia Kozyr c722a49f64 React Project DONE | vor 2 Jahren | |
---|---|---|
.. | ||
LICENSE-MIT | vor 2 Jahren | |
README.md | vor 2 Jahren | |
index.js | vor 2 Jahren | |
package.json | vor 2 Jahren |
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.