math-figures
v2.2.2
Published
Draw ascii math figures digits, operators and tokens in terminal
Maintainers
Readme
math-figures 
API to draw ascii math figures digits, operators and tokens in terminal.
Install
$ npm i math-figuresor using preferred package manager, for example:
$ pnpm add math-figuresUsage
import { drawTwo, drawSix } from "math-figures";
drawTwo();
drawSix();License
MIT © Rushan Alyautdinov
