From 2a0d2f8e3cb24888a46c3ad54da31954abc40a20 Mon Sep 17 00:00:00 2001 From: sammyette <38820196+TorchedSammy@users.noreply.github.com> Date: Sat, 16 Oct 2021 11:16:38 -0400 Subject: [PATCH] Destroyed Ansikit (markdown) --- Ansikit.md | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 Ansikit.md diff --git a/Ansikit.md b/Ansikit.md deleted file mode 100644 index 603f1c0..0000000 --- a/Ansikit.md +++ /dev/null @@ -1,16 +0,0 @@ -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.format(string) - -Formats `string`, replacing `{keys}` with appropriate color codes. - -#### Example -```lua -print(ansikit.format '{blue}blue text hello {green}im green{reset}') -``` \ No newline at end of file