분류 Nodejs

term-size - 터미널 창 크기를 안정적으로 얻습니다.

컨텐츠 정보

  • 조회 267 (작성일 )

본문

https://github.com/sindresorhus/term-size 

const termSize = require('term-size');

termSize();
//=> {columns: 143, rows: 24}