Module: uikit

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)
📃 Source