2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-07-02 01:02:03 +00:00

Updated Ansikit (markdown)

sammy 2021-03-21 14:06:55 -04:00
parent 84e0bdb950
commit 200373b542

@ -1,5 +1,9 @@
Ansikit is an ANSI code library, it makes it so you just have to write simple functions instead of making a big mess trying to make your prompt blue :)
It's a port of a Node.js library by the same name ([which is made by me, sammy](https://github.com/Luvella/AnsiKit)).
To require:
```lua
local ansikit = require 'ansikit'
```
# Functions
### AnsiKit.text(string)