Last updated:
0 purchases
latexsongparser
Latex Songs Parser
This is a parser for my own modified version of Latex Chordsheets based on the songs-package.
Features #
This package breaks down a Latex Song for parsing and hopefully in the end, rendering within another project.
Usage #
import 'package:latexsongparser/latexsongparser.dart';
void main() async {
await parseChordsheets("./song.tex");
}
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.