1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-07-01 02:19:09 +00:00
Emoji for everyone. https://twemoji.twitter.com/
Go to file
Justine De Caires 16fb3e0682 Publish v14.0.2
2022-03-30 17:16:57 -07:00
1 Remove previews and scripts for v1 2019-05-29 13:07:31 -07:00
2 Remove the old 2/ assets in favor of symlinks through /v/latest/ 2019-10-14 14:07:15 -07:00
16x16 fixed wrong 1f567 2014-11-15 00:42:35 +00:00
36x36 fixed wrong 1f567 2014-11-15 00:42:35 +00:00
72x72 fixed wrong 1f567 2014-11-15 00:42:35 +00:00
svg updating travis 2015-12-11 12:35:51 +00:00
v Publish v14.0.2 2022-03-30 17:16:57 -07:00
.gitignore Update gitignore for npmrc and dist folder 2021-03-12 14:38:26 -08:00
.nojekyll Turn off Jekyll per https://help.github.com/en/articles/files-that-start-with-an-underscore-are-missing 2019-07-01 16:36:40 -07:00
index.html Twemoji 12.0 update 2019-04-04 15:42:48 -07:00
LICENSE Updated copyright year and added new contributor 2018-02-13 14:10:41 -08:00
LICENSE-GRAPHICS Initial open source release 2014-11-06 16:32:19 -06:00
README.md Remove empty assets folder 2021-06-01 00:44:48 -07:00
twemoji.amd.js added onerror option and test 2015-11-17 11:12:53 +00:00
twemoji.js Minor documentation spelling mistake (#331) 2019-02-11 11:39:21 -08:00
twemoji.min.js added onerror option and test 2015-11-17 11:12:53 +00:00
twemoji.npm.js added onerror option and test 2015-11-17 11:12:53 +00:00

Twitter Emoji (Twemoji)

This branch hosts the built assets for Twemoji, and the folder structure can be summarized as follows:

Top level Second Files Description Version
. *.md, *.json, .* meta data 1.0, 2.2
. twemoji*.js (Legacy) Framework js assets 1.0
1/ twemoji*.js (Legacy) Framework js assets 1.0
2/ twemoji*.js Framework js assets 2.2
2/ test/ index.html, test.js Tests 2.2
2/ 72x72/ {codepoint}.png large PNGs 2.2
2/ svg/ {codepoint}.svg SVGs 2.2
16x16/ {codepoint}.png small PNGs 1.0
36x36/ {codepoint}.png medium PNGs 1.0
72x72/ {codepoint}.png large PNGs 1.0
svg/ {codepoint}.svg SVGs 1.0
v/ The versioned releases from 2.2 onwards <version>
v/<version> preview*.html static image preview HTML files <version>
v/<version> 72x72/ {codepoint}.png (Versioned) large PNGs <version>
v/<version> svg/ {codepoint}.svg (Versioned) SVGs <version>
v/<version> twemoji*.js (Versioned) Framework js assets <version>