Commit twemoji used for unicode fallback, note this is a modified version of https://github.com/twitter/twemoji that extends the v1 interface to work with Unicode 9.0 and Emoji 4.0 because the v1 interface allows for local image hosting instead of CDN and allowed image size variant specifier. The regex changes for Unicode 10 and Emoji 5.0 from upstream still need to be merged. The actual images are excluded from the lainchan repository, you can download the originals and resize them yourself from the url in this commit.

This commit is contained in:
Benjamin Southall 2017-06-01 07:35:22 +09:00
parent 8adae94906
commit 18bcadfe90
7 changed files with 1535 additions and 0 deletions

25
js/twemoji/.npmignore Normal file
View file

@ -0,0 +1,25 @@
.git
.gitignore
.travis.yml
1
16x16
36x36
72x72
assets
/svg
2/72x72
2/assets
2/templates
2/test
2/utils
bower.json
build
component.json
index.html
node_modules
preview*
svg.sh
test.*
test*
twemoji*
!2/twemoji*