Start of a readme

This commit is contained in:
Rod S 2021-12-22 14:45:06 -08:00
parent f868356f54
commit 9572d1c70e
2 changed files with 18 additions and 0 deletions

17
colrv1/README.md Normal file
View file

@ -0,0 +1,17 @@
# COLRv1 Build
Assumptions:
* bitmap font already exists.
* a font that contains complete emojicompat metadata exists
## Build Steps
1. Compile the COLRv1 fonts
```shell
time nanoemoji *.toml
```
1. Post-process COLRv1 font for Android
* At time of writing only the noflags version is for Android

1
colrv1/requirements.txt Normal file
View file

@ -0,0 +1 @@
nanoemoji >= 0.9.12 # we need latest spec support