# math-figures [![NPM version][npm-image]][npm-url]

> API to draw ascii math figures digits, operators and tokens in terminal.

## Install

```sh
$ npm i math-figures
```

or using preferred package manager, for example:

```sh
$ pnpm add math-figures
```

## Usage

```javascript
import { drawTwo, drawSix } from "math-figures";

drawTwo();
drawSix();
```

## License

MIT © [Rushan Alyautdinov](https://github.com/akgondber)

[npm-image]: https://img.shields.io/npm/v/math-figures.svg?style=flat
[npm-url]: https://npmjs.org/package/math-figures
