window-size
Install
npm i window-size --savevar size = require('window-size');
size.height; // "80" (rows)
size.width; // "25" (columns)Author
License
Last updated
Was this helpful?
npm i window-size --savevar size = require('window-size');
size.height; // "80" (rows)
size.width; // "25" (columns)Last updated
Was this helpful?
Was this helpful?