# transmogrifier

> PNG to ANSI colors

Latest version **0.0.3** (published 2014-07-24) · 0 weekly downloads

## Install

```sh
npm install transmogrifier
pnpm add transmogrifier
yarn add transmogrifier
bun add transmogrifier
```

Provides the command `transmogrify`.

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.3 |
| Published | 2014-07-24 |
| First published | 2014-07-21 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 0.8.0 |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | jacobd |

## Links

- npm: https://www.npmjs.com/package/transmogrifier
- Repository: http://github.com/Picturelife/transmogrifier
- Issues: https://github.com/Picturelife/transmogrifier/issues
- npm.io page: https://npm.io/package/transmogrifier

## Dependencies (2)

- [png-js](https://npm.io/package/png-js.md) *
- [minimist](https://npm.io/package/minimist.md) *

## Recent versions

- 0.0.3 (latest) — 2014-07-24
- 0.0.2 — 2014-07-21
- 0.0.1 — 2014-07-21

## README

transmogrifier
==============

PNG to ANSI color converter

Install this globally and you'll have access to the `transmogrify` command anywhere on your system.

```shell
npm install -g transmogrifier
```

```shell
Usage: transmogrify <filename> [-f] [-h]

Help: transmogrify draws a png to your console.
Options:
	-f --fit	Fit the image to the console size.
	-h --help	Renders this message.
```

```shell
transmogrify imgs/wow.png
```

![wow](https://raw.githubusercontent.com/Picturelife/transmogrifier/master/imgs/example.png)

Save the output too!
```shell
transmogrify imgs/wow.png > doge

cat doge
```

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