- Get RegExp:
https://github.com/mathiasbynens/emoji-test-regex-pattern/blob/main/dist/emoji-17.0/javascript.txt - Replace RegExp in
regex.tsby wrapping it with(and)
- Get RegExp:
https://github.com/twitter/twemoji-parser/blob/master/src/lib/regex.js - Format it using
format_emoji_regex.js - Replace RegExp in
regex.tswith the result fromout/emoji_regex.txt
- Get images:
https://github.com/iamcal/emoji-data/tree/master/img-apple-64 - Download using:
https://download-directory.github.io - Truncate
-fe0ffrom filenames:for f in *.png; do mv "$f" "$(echo "$f" | sed s/-fe0f//g)"; done
- Get emoji scheme: https://raw.githubusercontent.com/iamcal/emoji-data/master/emoji_pretty.json
- Place it in
in/emoji_pretty.json - Format with
format_jsons - Replace emojis in
config.tswith result fromout/emoji.json - Add version in
emojiVersionsSupport.ts