iamcal / emoji-data

Easy to parse data and spritesheets for emoji
MIT License
2.56k stars 301 forks source link

Missing apple emoji #153

Closed jwheare closed 4 years ago

jwheare commented 5 years ago

Not sure what was different but on both master and #152 there were a bunch of the new images missing, looks like anything with a skin tone modifier, the pirate flag and the chess pawn. See the question marks in the apple sheets, _UNKNOWN.png files in img-apple-160, has_img_apple=false in the json etc. When I run the extract.pl script on the font file locally I do get these images generated.

Possibly an outdated font file, or possibly a missed re-run of build_map.php as outlined in build/apple/README.md

Anyway here are the missing apple images, new sheets, json and preview table, optimised using pngquant@2.12.2 and ImageOptim@1.8.8 on a mac.

rugk commented 5 years ago

@iamcal Anything preventing this from getting merged? As far as I see this here blocks a release with Emoji 11 support. (https://github.com/iamcal/emoji-data/issues/145)

vanniktech commented 5 years ago

Friendly ping since one of my libraries also depends on this. https://github.com/vanniktech/Emoji

iamcal commented 4 years ago

This is fixed in the v12 branch - see #165