tyrian.cmds

package tyrian.cmds

Type members

Classlikes

object FileReader

Given the id of a file input field that has had a file selected, this Cmd will read either an image or text file to return an HTMLImageElement or String respectively.

Given the id of a file input field that has had a file selected, this Cmd will read either an image or text file to return an HTMLImageElement or String respectively.

Given a path, this cmd will load an image and return an HTMLImageElement for you to make use of.

Given a path, this cmd will load an image and return an HTMLImageElement for you to make use of.

object Logger

A very, very simple logger that logs to the Browsers console with a few standard headers and the log message.

A very, very simple logger that logs to the Browsers console with a few standard headers and the log message.

object Random

A Cmd to generate random values.

A Cmd to generate random values.