Basic harmonica tabs image creator

This commit is contained in:
2026-01-28 22:30:09 +01:00
commit 586adb8517
19 changed files with 4126 additions and 0 deletions

10
.pretrierrc Normal file
View File

@@ -0,0 +1,10 @@
{
"semi": true,
"trailingComma": "es5",
"singleQuote": true,
"printWidth": 120,
"tabWidth": 2,
"useTabs": false,
"arrowParens": "always",
"endOfLine": "lf"
}