# png-size

> Read PNG dimensions from a File or Blob

Latest version **0.1.0** (published 2013-04-29) · MIT license · 0 weekly downloads

## Install

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

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2013-04-29 |
| First published | 2013-04-29 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | tjholowaychuk |

## Links

- npm: https://www.npmjs.com/package/png-size
- npm.io page: https://npm.io/package/png-size

## Recent versions

- 0.1.0 (latest) — 2013-04-29

## README

# png-size

  Read PNG dimensions from a File or Blob

## Installation

    $ component install component/png-size

## Example

```js
var size = require('png-size');
var s = size(buf);
// => { width: 100, height: 150 }
```

## License

  MIT

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