mirror of
https://github.com/twitter/twemoji.git
synced 2024-06-15 03:35:16 +00:00
Merge pull request #216 from Crissov/patch-1
Update twemoji-generator.js for Emoji 5.0
This commit is contained in:
commit
818bd27f9c
@ -141,9 +141,9 @@ Queue([
|
|||||||
// grab the list of emoji that behave differently when
|
// grab the list of emoji that behave differently when
|
||||||
// variants such \uFE0E and \uFE0F are in place
|
// variants such \uFE0E and \uFE0F are in place
|
||||||
function grabStandardVariants(q) {
|
function grabStandardVariants(q) {
|
||||||
console.log('fetching StandardizedVariants.txt ... ');
|
console.log('fetching emoji-variation-sequences.txt ... ');
|
||||||
http.get(
|
http.get(
|
||||||
"http://unicode.org/Public/UNIDATA/StandardizedVariants.txt",
|
"http://unicode.org/Public/emoji/latest/emoji-variation-sequences.txt",
|
||||||
function(res) {
|
function(res) {
|
||||||
var chunks = [];
|
var chunks = [];
|
||||||
if (res.statusCode == 200) {
|
if (res.statusCode == 200) {
|
||||||
|
Loading…
Reference in New Issue
Block a user