UNPKG

ansi-chart

Version:

A lightweight and simple tool for rendering beautiful charts directly in your terminal using only ANSI-compatible ASCII characters. Create bar charts, line graphs, and more with customizable styles, all without external dependencies. Perfect for CLI appli

4 lines (3 loc) 89 B
export * from './dataset'; export * from './line-chart'; export * from './scatter-plot';