This isn't actually an issue but it seemed like the easiest way to ask a question about the code.
Re this:
https://github.com/rodrigopolo/minEmoji/blob/master/sprite_gen/apple_gen/sprite_gen.js#L1
How are you determining the proper order of those files? I'd previously looked at making emojistatic not dependent on gemoji by utilizing emoji-extractor instead (as you've done here), but I got stuck on the fact that it created files with sequential-ish filenames whereas I needed to map them to unicode codepoint IDs.
This isn't actually an issue but it seemed like the easiest way to ask a question about the code.
Re this: https://github.com/rodrigopolo/minEmoji/blob/master/sprite_gen/apple_gen/sprite_gen.js#L1 How are you determining the proper order of those files? I'd previously looked at making emojistatic not dependent on gemoji by utilizing emoji-extractor instead (as you've done here), but I got stuck on the fact that it created files with sequential-ish filenames whereas I needed to map them to unicode codepoint IDs.