Module: uikit
This module allows you to create User Interface components (buttons, labels, texts, etc.).
uikit
Functions
Creates a text component.
-- 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)
📃 Source