samuelngs/apple-emoji-ttf ? reverse-engineered prompt
Reverse engineered prompt
Build me a Python tool that takes Apple Color Emoji from the system font file and turns it into usable emoji fonts for Linux, Windows, and the web.
I want one command line app with a few simple config files so I can choose the output I need. For Linux, it should generate a TTF and the common distro package formats. For Windows, it should build a font that can replace the default emoji font. For the web, it should split the font into smaller chunks and generate the CSS needed to load it with @font-face.
Please also include a way to refresh the Unicode emoji sequence data when needed, and make the build work from a Mac by default, but also let me point to a custom input file. If you need to check the current fonttools docs or Unicode data format, look that up online.
Are you gonna build this?
make sure you review the code using coderabbit