diff options
| author | tazy <gardendistrict0x0@outlook.com> | 2026-03-01 09:37:25 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-01 09:37:25 +1100 |
| commit | 6df7e575c92190fc3d89d2b78b24cc96b4b0bc0d (patch) | |
| tree | c63c920d3f3450d72fbd0eb2d08b02ed8a5b64f8 /README.md | |
| parent | abecdab7ce46f96fb081e62efabe44b16780d004 (diff) | |
Enhance README with ASCII art and description
Added ASCII art header and updated project description.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1 +1,10 @@ -tinyff: a small file format library +``` +████████╗██╗███╗ ██╗██╗ ██╗██╗ ██╗███████╗███████╗ +╚══██╔══╝██║████╗ ██║╚██╗ ██╔╝╚██╗ ██╔╝██╔════╝██╔════╝ + ██║ ██║██╔██╗ ██║ ╚████╔╝ ╚████╔╝ █████╗ █████╗ + ██║ ██║██║╚██╗██║ ╚██╔╝ ╚██╔╝ ██╔══╝ ██╔══╝ + ██║ ██║██║ ╚████║ ██║ ██║ ██║ ██║ + ╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ +``` + +tinyff: A small file format library |
