init commit

This commit is contained in:
2024-08-03 22:20:37 +08:00
commit 0d67aafcd9
4 changed files with 195 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# Font Split
Split the preset variations in a Variable Font into static fonts
## Usage
```bash
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python main.py path/to/font.ttf path/to/output/dir
```