# Functions
Load returns a Player with the Kiiroo subtitle/script loaded.
LoadJSON loads the FlMe JSON and returns a script player.
LoadText loads a VRP txt file and returns a script player.
NewScriptPlayer returns a new ScriptPlayer using the default algorithm.
# Variables
ErrEventFormat is the error returned the event could not be parsed.
ErrNoEvents is the error returned when no events could be detected.
# Structs
DefaultAlgorithm implements the Algorithm interface trying to mimik the Kiiroo apps.
Event contains the values of a single Kiiroo event.
ScriptPlayer can load and play Kiiroo scripts/subtitles.
# Interfaces
Algorithm interface converts Kiiroo events into TimedActions.
# Type aliases
Events is an ordered series of Event objects.