Static
parseTakes in the contents of a TJA file, parses it line-by-line, and returns a
Song object. Throws if strict
is set to true
.
The contents of the TJA file.
Whether the parser should throw errors on invalid data.
Static
stringifyGenerated using TypeDoc
TJAParser is a class that parses a TJA file into a Song object. TJA is the file format used by Taiko simulators for defining chart data.