Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aquilax/sparkline-nim

Sparkline library
https://github.com/aquilax/sparkline-nim

nim sparkline

Last synced: 17 days ago
JSON representation

Sparkline library

Awesome Lists containing this project

README

        

# sparkline-nim

Sparkline library ported from Go [joliv/spark](https://github.com/joliv/spark).

```nim
echo(sparkline(@[1, 0, 0, 1]))
# █▁▁█
```