coloremoji.sty
coloremoji.sty copied to clipboard
Integrate with Twemoji
Twitter has a pretty library which can be used to generate emojis for the TeX package: https://github.com/twitter/twemoji
@pavelkryukov I took a shot at it (and added rudimentary flag-support too): https://github.com/genericFJS/coloremoji.sty/commit/75dc4624f120c23f9989870a50d605f97e2da2a8
@genericFJS vielen Dank!
Unfortunately, I did not found a way to enable this package (w/o your changes) with Cyrillic input. Because of this and some other reasons I switched my project to XeLaTeX (using xelatex-emoji package), so I have less interest in this package.
@pavelkryukov не за что!
I made a few changes and did a few tests with xelatex and lualatex. My changes should work now. Thanks for the link. The xelatex-emoji seems to use similar code to this package but only regards xelatex and doesn't try to catch any errors.
Thanks, you convinced me to switch back.