Complete rewrite from scratch

- Plain JS
- BS+ only
- Simple song info only
- No configuration
This commit is contained in:
Isaiah Billingsley
2026-02-19 08:47:37 +00:00
commit 63361cf5d1
19 changed files with 506 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = tab
max_line_length = 120
insert_final_newline = true
trim_trailing_whitespace = true