emoji-data
emoji-data copied to clipboard
Easy to parse data and spritesheets for emoji
Hello, ## A bit a context: I'm working on https://github.com/symfony/symfony/pull/46755 ; And I'm planning to add support for translating emoji in short code too. AFAIU short codes are not standardized...
Hey there. Firstly, thanks for creating this repo 🙏 Secondly, in the jsdelivr CDN, there is only 64x64 individual emoji images. E.g. https://www.jsdelivr.com/package/npm/emoji-datasource-google?path=img%2Fgoogle%2F64 But in the Github repo, for example...
https://github.com/microsoft/fluentui-emoji MIT licensed, they look cool. 
  i am using latest one "sheet_google_32" but i am trying to pack asset with 1 padding but latest one is not pack correctly. old once is pack correctly...
These are listed as 3.0, but 3.0 didn't have skin toned handshakes. The multi skin tone versions are correctly listed as 14.0. This prevents correct browser support detection in our...
We have shortcodes like `:us:`, but why not make this consistent across all countries? It's missing many like `:my:`, `:ph:`, `:au:`, `:nz:` etc
The company behind emoji.com holds the _emoji_ trademark in many countries for many product categories. They provide their Apple-like graphics for most but not all Unicode emojis (and many custom...
when using ``` import emoji from 'emoji-datasource' ``` in a typescript project things can be somewhat slow because of the size of that file. I wonder if it would be...