ref: cbb73f23327f9c9fe1f03b3ad6531e4a781aced5
dir: /README.md/
spit
====
A simple presentation tool for 9front.
spit relies sigrid's [libpt]{https://git.sr.ht/~ft/libpt} for text rendering using TTF fonts.
Installation:
-------------
```sh
% git/clone <repository_url>
% cd spit
% mk
% mk install
```
Usage:
------
See `sample.spit` for a sample presentation.
```sh
% spit -f textfont.ttf -F fixedfont.ttf sample.spit
```
Basic configuration of colors and text sizes is available in `style.h`.
Author:
-------
phil9
License:
--------
MIT
Bugs:
-----
Sure, please report!