# tty-size

> Get tty's width and height.

Latest version **1.0.1** (published 2015-10-21) · MIT license · 0 weekly downloads

## Install

```sh
npm install tty-size
pnpm add tty-size
yarn add tty-size
bun add tty-size
```

Provides the command `tty-size`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2015-10-21 |
| First published | 2015-10-01 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Mora |
| Maintainers | qiu8310 |
| Keywords | window, size, tty, stdout, stdin, stream |

## Links

- npm: https://www.npmjs.com/package/tty-size
- Repository: https://github.com/qiu8310/tty-size
- Homepage: https://github.com/qiu8310/tty-size#readme
- Issues: https://github.com/qiu8310/tty-size/issues
- npm.io page: https://npm.io/package/tty-size

## Alternatives

- [byte-size](https://npm.io/package/byte-size.md) — 2.1M weekly downloads
- [speed-limiter](https://npm.io/package/speed-limiter.md) — 16.0K weekly downloads
- [@powersync/node](https://npm.io/package/@powersync/node.md) — 10.9K weekly downloads
- [@ledgerhq/coin-cardano](https://npm.io/package/@ledgerhq/coin-cardano.md) — 1.0K weekly downloads
- [@jayesol/jayeson.lib.streamfinder](https://npm.io/package/@jayesol/jayeson.lib.streamfinder.md) — 1.0K weekly downloads

## Recent versions

- 1.0.1 (latest) — 2015-10-21
- 1.0.0 — 2015-10-01

## README

# tty-size


## Usage

```js
var ts = require('tty-size');

var size = ts(); // => {width: .., height: ..}

```

---
_Source: https://npm.io/package/tty-size · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
