mirror of
https://github.com/Hilbis/Hilbish
synced 2025-07-02 01:02:03 +00:00
Updated Ansikit (markdown)
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 :)
|
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)).
|
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
|
# Functions
|
||||||
### AnsiKit.text(string)
|
### AnsiKit.text(string)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user