mirror of
https://github.com/twitter/twemoji.git
synced 2024-11-16 11:18:37 +00:00
Remove references to specific version numbers in most places
This commit is contained in:
parent
36bac6943f
commit
7c0e48149d
@ -4,7 +4,7 @@ A simple library that provides standard Unicode [emoji](http://en.wikipedia.org/
|
|||||||
|
|
||||||
**Twemoji v14.0** adheres to the [Unicode 14.0 spec](https://unicode.org/versions/Unicode14.0.0/) and supports the [Emoji 14.0 spec](https://www.unicode.org/reports/tr51/tr51-21.html). _We do not support custom emoji._
|
**Twemoji v14.0** adheres to the [Unicode 14.0 spec](https://unicode.org/versions/Unicode14.0.0/) and supports the [Emoji 14.0 spec](https://www.unicode.org/reports/tr51/tr51-21.html). _We do not support custom emoji._
|
||||||
|
|
||||||
The Twemoji library offers support for **3,633** Unicode-defined emojis.
|
The Twemoji library offers support for all Unicode-defined emoji which are recommended for general interchange (RGI).
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<h1>Twem❤ji</h1>
|
<h1>Twem❤ji</h1>
|
||||||
<p>Sharing Twitter emoji <a href="2/test/preview.html">everywhere</a></p>
|
<p>Sharing Twitter emoji <a href="2/test/preview.html">everywhere</a></p>
|
||||||
<p><strong>Version 12.0 Is Out!</strong></p>
|
<p><strong>Version 14.0 Is Out!</strong></p>
|
||||||
<p><a href="https://github.com/twitter/twemoji">Grab me on GitHub ↗</a></p>
|
<p><a href="https://github.com/twitter/twemoji">Grab me on GitHub ↗</a></p>
|
||||||
<p>
|
<p>
|
||||||
<a href="https://twitter.com/intent/tweet?button_hashtag=TwemojiParty&text=thank%20you%20Twitter%20for%20the%20emoji" class="twitter-hashtag-button" data-size="large" data-related="twitteross" data-url="http://twitter.github.io/twemoji/">Tweet #TwemojiParty</a>
|
<a href="https://twitter.com/intent/tweet?button_hashtag=TwemojiParty&text=thank%20you%20Twitter%20for%20the%20emoji" class="twitter-hashtag-button" data-size="large" data-related="twitteross" data-url="http://twitter.github.io/twemoji/">Tweet #TwemojiParty</a>
|
||||||
@ -42,7 +42,7 @@
|
|||||||
</p>
|
</p>
|
||||||
<blockquote class="twitter-tweet" lang="en" align="center"><p>today we are open sourcing our emoji to share with everyone <a href="https://twitter.com/hashtag/twemojiparty?src=hash">#twemojiparty</a> ✨ <a href="https://t.co/zkXqMXEkOT">https://t.co/zkXqMXEkOT</a></p>— Twitter Open Source (@TwitterOSS) <a href="https://twitter.com/TwitterOSS/status/530496382885720064">November 6, 2014</a></blockquote>
|
<blockquote class="twitter-tweet" lang="en" align="center"><p>today we are open sourcing our emoji to share with everyone <a href="https://twitter.com/hashtag/twemojiparty?src=hash">#twemojiparty</a> ✨ <a href="https://t.co/zkXqMXEkOT">https://t.co/zkXqMXEkOT</a></p>— Twitter Open Source (@TwitterOSS) <a href="https://twitter.com/TwitterOSS/status/530496382885720064">November 6, 2014</a></blockquote>
|
||||||
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
|
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
|
||||||
|
|
||||||
<p>Code licensed under MIT. Graphics licensed under CC-BY</p>
|
<p>Code licensed under MIT. Graphics licensed under CC-BY</p>
|
||||||
<script src="https://twemoji.maxcdn.com/2/twemoji.min.js?12.0.0"></script>
|
<script src="https://twemoji.maxcdn.com/2/twemoji.min.js?12.0.0"></script>
|
||||||
<script>
|
<script>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
"MIT",
|
"MIT",
|
||||||
"CC-BY-4.0"
|
"CC-BY-4.0"
|
||||||
],
|
],
|
||||||
"description": "A Unicode 13.0 standard based way to implement emoji across all platforms.",
|
"description": "A Unicode standard based way to implement emoji across all platforms.",
|
||||||
"homepage": "https://github.com/twitter/twemoji",
|
"homepage": "https://github.com/twitter/twemoji",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"emoji",
|
"emoji",
|
||||||
|
Loading…
Reference in New Issue
Block a user