Made small js code to convert font to xml

This commit is contained in:
Willem 2022-02-09 12:46:02 +01:00
parent 5971c4cdc0
commit c73a8ae2f1
4 changed files with 128 additions and 0 deletions

3
.gitignore vendored
View file

@ -11,6 +11,9 @@ build
.gitignore
.gradle
# Ignore npm resources
node_modules
# Ignore binary files and formats
*.o
*.class