Update docs, little optimizations, inline style anims

This commit is contained in:
Insality
2023-07-15 12:35:05 +03:00
parent 38c117b9d8
commit 337090e74c
9 changed files with 53 additions and 92 deletions

View File

@@ -190,9 +190,7 @@ function M.create(text, settings)
local words = {}
for index = 1, #lines do
for jindex = 1, #lines[index] do
table.insert(words, lines[index][jindex])
end
helper.add_array(words, lines[index])
end
return words, settings, lines_metrics