您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
xzx 2ec7739298 [Version] V.3.8 4 年前
..
LICENSE-MIT [Version] V.3.8 4 年前
README.md [Version] V.3.8 4 年前
index.js [Version] V.3.8 4 年前
package.json [Version] V.3.8 4 年前

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.