Module: uikit

-- CONSTANTS
-- ENUMS
-- MODULES

uikit

Functions

createImage ( color color optional, uikitNodeConfig config optional )

Creates a frame

-- nodes can have an image if provided image Data (PNG or JPEG)
local url = "https://cu.bzh/img/pen.png"
HTTP:Get(url, function(response)
end)
shrinkToFit ( uikit self, text text, number maxWidth ) → nil

Reduces the number of char of a text so it can fit in maxWidth.

📃 Source