docs(libs): add comments to clarify what ansikit should be

pull/5/head
TorchedSammy 2021-03-20 01:00:55 -04:00
parent 52cf7e4799
commit e6d625012d
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
-- We're basically porting Ansikit to lua
-- https://github.com/Luvella/AnsiKit/blob/master/lib/index.js
-- which is made by yours truly sammy :^)
local ansikit = {}
ansikit.getCSI = function (code, endc)