diff --git a/colrv1/README.md b/colrv1/README.md new file mode 100644 index 000000000..3959a3c33 --- /dev/null +++ b/colrv1/README.md @@ -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 \ No newline at end of file diff --git a/colrv1/requirements.txt b/colrv1/requirements.txt new file mode 100644 index 000000000..57afdaa60 --- /dev/null +++ b/colrv1/requirements.txt @@ -0,0 +1 @@ +nanoemoji >= 0.9.12 # we need latest spec support