Image component for Ink
npm install ink-image> Image component for Ink

Currently only supported on iTerm >=3.
```
$ npm install ink-image
`js
import React from 'react';
import {render} from 'ink';
import Image from 'ink-image';
render(
);
`
Besides the props below, it accepts props allowed in ansi-escapes.
#### src
Type: string | Buffer
Path to an image or the image as a Buffer.
#### alt
Type: string`
Alternative text to show when an image can't be displayed.
MIT © Kevin Mårtensson