From 85b10d35dc0568794a67440a74a1ab29c3be003f Mon Sep 17 00:00:00 2001 From: Ezio-Sarthak <55916430+Ezio-Sarthak@users.noreply.github.com> Date: Wed, 21 Oct 2020 12:49:19 +0530 Subject: [PATCH] Shifted all emoji data in a json file (#147) Changes done - Dumped emoji ids and names into JSON file - Shifted emoji adding code from emojify.js to elient.js - deleted emojify.js Co-authored-by: Lalit Narayan Mudgal <63332774+LalitNM@users.noreply.github.com> --- public/client.js | 16 ++++++++++++++-- public/emoji.json | 1 + public/emojify.js | 24 ------------------------ views/footer_imports.ejs | 4 ++-- 4 files changed, 17 insertions(+), 28 deletions(-) create mode 100644 public/emoji.json delete mode 100644 public/emojify.js diff --git a/public/client.js b/public/client.js index dec8b4e..6db1ba6 100644 --- a/public/client.js +++ b/public/client.js @@ -1,3 +1,15 @@ +// Adding emojis in emoji-box +emobox = document.getElementById('emobox'); +for (var i = 0; i < emojiCodes.length; i++) { + var listElement = document.createElement('li'); + var imgElement = document.createElement('img'); + imgElement.src = '/images/emoji/' + emojiCodes[i] + '.png'; + imgElement.id = emojiNames[i]; + imgElement.title = emojiNames[i].replace(/_/g, ' '); + imgElement.setAttribute('onclick', 'writeEmoji(this)'); + listElement.appendChild(imgElement); + emobox.appendChild(listElement); +} const socket = io(); let username, scrollDiff; @@ -170,9 +182,9 @@ socket.on('Display Message', (data) => { let colon2 = p.indexOf(":", colon1 + 1); if (colon2 != -1) { emoji_name = p.slice(colon1 + 1, colon2); - position = emoji_names.indexOf(emoji_name) + position = emojiNames.indexOf(emoji_name) if (position != -1) { - p = p.slice(0, colon1) + "" + p.slice(colon2 + 1); + p = p.slice(0, colon1) + "" + p.slice(colon2 + 1); } colon1 = p.indexOf(":", colon2 + 1); } else { diff --git a/public/emoji.json b/public/emoji.json new file mode 100644 index 0000000..4825f68 --- /dev/null +++ b/public/emoji.json @@ -0,0 +1 @@ +emojiCodes=['1f600','1f603','1f604','1f601','1f606','1f605','1f923','1f602','1f642','1f643','1f609','1f60a','1f607','1f970','1f60d','1f929','1f618','1f617','263a','1f61a','1f619','1f972','1f60b','1f61b','1f61c','1f92a','1f61d','1f911','1f917','1f92b','1f914','1f910','1f928','1f610','1f611','1f636','1f60f','1f612','1f644','1f62c','1f925','1f60c','1f614','1f62a','1f924','1f634','1f637','1f912','1f915','1f922','1f92e','1f927','1f975','1f976','1f974','1f635','1f92f','1f920','1f973','1f978','1f60e','1f913','1f9d0','1f615','1f61f','1f641','2639','1f62e','1f62f','1f632','1f633','1f97a','1f626','1f627','1f628','1f630','1f625','1f622','1f62d','1f631','1f616','1f623','1f61e','1f613','1f629','1f62b','1f92d','1f971','1f624','1f621','1f620','1f92c','1f608','1f47f','1f480','2620','1f4a9','1f921','1f479','1f47a','1f47b','1f47d','1f47e','1f916','1f63a','1f638','1f639','1f63b','1f63c','1f63d','1f640','1f63f','1f63e','1f648','1f649','1f64a','1f48b','1f48c','1f498','1f49d','1f496','1f497','1f493','1f49e','1f495','1f49f','2763','1f494','2764','1f9e1','1f49b','1f49a','1f499','1f49c','1f90e','1f5a4','1f90d','1f4af','1f4a2','1f4a5','1f4ab','1f4a6','1f4a8','1f573','1f4a3','1f4ac','1f5e8','1f5ef','1f4ad','1f4a4','1f44b','1f91a','1f590','270b','1f596','1f44c','1f90c','1f90f','270c','1f91e','1f91f','1f918','1f919','1f448','1f449','1f446','1f595','1f447','261d','1f44d','1f44e','270a','1f44a','1f91b','1f91c','1f44f','1f64c','1f450','1f932','1f91d','1f64f','270d','1f485','1f933','1f4aa','1f9be','1f9bf','1f9b5','1f9b6','1f442','1f9bb','1f443','1f9e0','1fac0','1fac1','1f9b7','1f9b4','1f440','1f441','1f445','1f444','1f476','1f9d2','1f466','1f467','1f9d1','1f471','1f468','1f9d4','1f469','1f9d3','1f474','1f475','1f64d','1f64e','1f645','1f646','1f481','1f64b','1f9cf','1f647','1f926','1f937','1f46e','1f575','1f482','1f977','1f477','1f934','1f478','1f473','1f472','1f9d5','1f935','1f470','1f930','1f931','1f47c','1f385','1f936','1f9b8','1f9b9','1f9d9','1f9da','1f9db','1f9dc','1f9dd','1f9de','1f9df','1f486','1f487','1f6b6','1f9cd','1f9ce','1f3c3','1f483','1f57a','1f574','1f46f','1f9d6','1f9d7','1f93a','1f3c7','26f7','1f3c2','1f3cc','1f3c4','1f6a3','1f3ca','26f9','1f3cb','1f6b4','1f6b5','1f938','1f93c','1f93d','1f93e','1f939','1f9d8','1f6c0','1f6cc','1f46d','1f46b','1f46c','1f48f','1f491','1f46a','1f5e3','1f464','1f465','1fac2','1f463','1f9b0','1f9b1','1f9b3','1f9b2','1f435','1f412','1f98d','1f9a7','1f436','1f415','1f9ae','1f429','1f43a','1f98a','1f99d','1f431','1f408','1f981','1f42f','1f405','1f406','1f434','1f40e','1f984','1f993','1f98c','1f9ac','1f42e','1f402','1f403','1f404','1f437','1f416','1f417','1f43d','1f40f','1f411','1f410','1f42a','1f42b','1f999','1f992','1f418','1f9a3','1f98f','1f99b','1f42d','1f401','1f400','1f439','1f430','1f407','1f43f','1f9ab','1f994','1f987','1f43b','1f428','1f43c','1f9a5','1f9a6','1f9a8','1f998','1f9a1','1f43e','1f983','1f414','1f413','1f423','1f424','1f425','1f426','1f427','1f54a','1f985','1f986','1f9a2','1f989','1f9a4','1fab6','1f9a9','1f99a','1f99c','1f438','1f40a','1f422','1f98e','1f40d','1f432','1f409','1f995','1f996','1f433','1f40b','1f42c','1f9ad','1f41f','1f420','1f421','1f988','1f419','1f41a','1f40c','1f98b','1f41b','1f41c','1f41d','1fab2','1f41e','1f997','1fab3','1f577','1f578','1f982','1f99f','1fab0','1fab1','1f9a0','1f490','1f338','1f4ae','1f3f5','1f339','1f940','1f33a','1f33b','1f33c','1f337','1f331','1fab4','1f332','1f333','1f334','1f335','1f33e','1f33f','2618','1f340','1f341','1f342','1f343','1f347','1f348','1f349','1f34a','1f34b','1f34c','1f34d','1f96d','1f34e','1f34f','1f350','1f351','1f352','1f353','1fad0','1f95d','1f345','1fad2','1f965','1f951','1f346','1f954','1f955','1f33d','1f336','1fad1','1f952','1f96c','1f966','1f9c4','1f9c5','1f344','1f95c','1f330','1f35e','1f950','1f956','1fad3','1f968','1f96f','1f95e','1f9c7','1f9c0','1f356','1f357','1f969','1f953','1f354','1f35f','1f355','1f32d','1f96a','1f32e','1f32f','1fad4','1f959','1f9c6','1f95a','1f373','1f958','1f372','1fad5','1f963','1f957','1f37f','1f9c8','1f9c2','1f96b','1f371','1f358','1f359','1f35a','1f35b','1f35c','1f35d','1f360','1f362','1f363','1f364','1f365','1f96e','1f361','1f95f','1f960','1f961','1f980','1f99e','1f990','1f991','1f9aa','1f366','1f367','1f368','1f369','1f36a','1f382','1f370','1f9c1','1f967','1f36b','1f36c','1f36d','1f36e','1f36f','1f37c','1f95b','2615','1fad6','1f375','1f376','1f37e','1f377','1f378','1f379','1f37a','1f37b','1f942','1f943','1f964','1f9cb','1f9c3','1f9c9','1f9ca','1f962','1f37d','1f374','1f944','1f52a','1f3fa','1f30d','1f30e','1f30f','1f310','1f5fa','1f5fe','1f9ed','1f3d4','26f0','1f30b','1f5fb','1f3d5','1f3d6','1f3dc','1f3dd','1f3de','1f3df','1f3db','1f3d7','1f9f1','1faa8','1fab5','1f6d6','1f3d8','1f3da','1f3e0','1f3e1','1f3e2','1f3e3','1f3e4','1f3e5','1f3e6','1f3e8','1f3e9','1f3ea','1f3eb','1f3ec','1f3ed','1f3ef','1f3f0','1f492','1f5fc','1f5fd','26ea','1f54c','1f6d5','1f54d','26e9','1f54b','26f2','26fa','1f301','1f303','1f3d9','1f304','1f305','1f306','1f307','1f309','2668','1f3a0','1f3a1','1f3a2','1f488','1f3aa','1f682','1f683','1f684','1f685','1f686','1f687','1f688','1f689','1f68a','1f69d','1f69e','1f68b','1f68c','1f68d','1f68e','1f690','1f691','1f692','1f693','1f694','1f695','1f696','1f697','1f698','1f699','1f6fb','1f69a','1f69b','1f69c','1f3ce','1f3cd','1f6f5','1f9bd','1f9bc','1f6fa','1f6b2','1f6f4','1f6f9','1f6fc','1f68f','1f6e3','1f6e4','1f6e2','26fd','1f6a8','1f6a5','1f6a6','1f6d1','1f6a7','2693','26f5','1f6f6','1f6a4','1f6f3','26f4','1f6e5','1f6a2','2708','1f6e9','1f6eb','1f6ec','1fa82','1f4ba','1f681','1f69f','1f6a0','1f6a1','1f6f0','1f680','1f6f8','1f6ce','1f9f3','231b','23f3','231a','23f0','23f1','23f2','1f570','1f55b','1f567','1f550','1f55c','1f551','1f55d','1f552','1f55e','1f553','1f55f','1f554','1f560','1f555','1f561','1f556','1f562','1f557','1f563','1f558','1f564','1f559','1f565','1f55a','1f566','1f311','1f312','1f313','1f314','1f315','1f316','1f317','1f318','1f319','1f31a','1f31b','1f31c','1f321','2600','1f31d','1f31e','1fa90','2b50','1f31f','1f320','1f30c','2601','26c5','26c8','1f324','1f325','1f326','1f327','1f328','1f329','1f32a','1f32b','1f32c','1f300','1f308','1f302','2602','2614','26f1','26a1','2744','2603','26c4','2604','1f525','1f4a7','1f30a','1f383','1f384','1f386','1f387','1f9e8','2728','1f388','1f389','1f38a','1f38b','1f38d','1f38e','1f38f','1f390','1f391','1f9e7','1f380','1f381','1f397','1f39f','1f3ab','1f396','1f3c6','1f3c5','1f947','1f948','1f949','26bd','26be','1f94e','1f3c0','1f3d0','1f3c8','1f3c9','1f3be','1f94f','1f3b3','1f3cf','1f3d1','1f3d2','1f94d','1f3d3','1f3f8','1f94a','1f94b','1f945','26f3','26f8','1f3a3','1f93f','1f3bd','1f3bf','1f6f7','1f94c','1f3af','1fa80','1fa81','1f3b1','1f52e','1fa84','1f9ff','1f3ae','1f579','1f3b0','1f3b2','1f9e9','1f9f8','1fa85','1fa86','2660','2665','2666','2663','265f','1f0cf','1f004','1f3b4','1f3ad','1f5bc','1f3a8','1f9f5','1faa1','1f9f6','1faa2','1f453','1f576','1f97d','1f97c','1f9ba','1f454','1f455','1f456','1f9e3','1f9e4','1f9e5','1f9e6','1f457','1f458','1f97b','1fa71','1fa72','1fa73','1f459','1f45a','1f45b','1f45c','1f45d','1f6cd','1f392','1fa74','1f45e','1f45f','1f97e','1f97f','1f460','1f461','1fa70','1f462','1f451','1f452','1f3a9','1f393','1f9e2','1fa96','26d1','1f4ff','1f484','1f48d','1f48e','1f507','1f508','1f509','1f50a','1f4e2','1f4e3','1f4ef','1f514','1f515','1f3bc','1f3b5','1f3b6','1f399','1f39a','1f39b','1f3a4','1f3a7','1f4fb','1f3b7','1fa97','1f3b8','1f3b9','1f3ba','1f3bb','1fa95','1f941','1fa98','1f4f1','1f4f2','260e','1f4de','1f4df','1f4e0','1f50b','1f50c','1f4bb','1f5a5','1f5a8','2328','1f5b1','1f5b2','1f4bd','1f4be','1f4bf','1f4c0','1f9ee','1f3a5','1f39e','1f4fd','1f3ac','1f4fa','1f4f7','1f4f8','1f4f9','1f4fc','1f50d','1f50e','1f56f','1f4a1','1f526','1f3ee','1fa94','1f4d4','1f4d5','1f4d6','1f4d7','1f4d8','1f4d9','1f4da','1f4d3','1f4d2','1f4c3','1f4dc','1f4c4','1f4f0','1f5de','1f4d1','1f516','1f3f7','1f4b0','1fa99','1f4b4','1f4b5','1f4b6','1f4b7','1f4b8','1f4b3','1f9fe','1f4b9','2709','1f4e7','1f4e8','1f4e9','1f4e4','1f4e5','1f4e6','1f4eb','1f4ea','1f4ec','1f4ed','1f4ee','1f5f3','270f','2712','1f58b','1f58a','1f58c','1f58d','1f4dd','1f4bc','1f4c1','1f4c2','1f5c2','1f4c5','1f4c6','1f5d2','1f5d3','1f4c7','1f4c8','1f4c9','1f4ca','1f4cb','1f4cc','1f4cd','1f4ce','1f587','1f4cf','1f4d0','2702','1f5c3','1f5c4','1f5d1','1f512','1f513','1f50f','1f510','1f511','1f5dd','1f528','1fa93','26cf','2692','1f6e0','1f5e1','2694','1f52b','1fa83','1f3f9','1f6e1','1fa9a','1f527','1fa9b','1f529','2699','1f5dc','2696','1f9af','1f517','26d3','1fa9d','1f9f0','1f9f2','1fa9c','2697','1f9ea','1f9eb','1f9ec','1f52c','1f52d','1f4e1','1f489','1fa78','1f48a','1fa79','1fa7a','1f6aa','1f6d7','1fa9e','1fa9f','1f6cf','1f6cb','1fa91','1f6bd','1faa0','1f6bf','1f6c1','1faa4','1fa92','1f9f4','1f9f7','1f9f9','1f9fa','1f9fb','1faa3','1f9fc','1faa5','1f9fd','1f9ef','1f6d2','1f6ac','26b0','1faa6','26b1','1f5ff','1faa7','1f3e7','1f6ae','1f6b0','267f','1f6b9','1f6ba','1f6bb','1f6bc','1f6be','1f6c2','1f6c3','1f6c4','1f6c5','26a0','1f6b8','26d4','1f6ab','1f6b3','1f6ad','1f6af','1f6b1','1f6b7','1f4f5','1f51e','2622','2623','2b06','2197','27a1','2198','2b07','2199','2b05','2196','2195','2194','21a9','21aa','2934','2935','1f503','1f504','1f519','1f51a','1f51b','1f51c','1f51d','1f6d0','269b','1f549','2721','2638','262f','271d','2626','262a','262e','1f54e','1f52f','2648','2649','264a','264b','264c','264d','264e','264f','2650','2651','2652','2653','26ce','1f500','1f501','1f502','25b6','23e9','23ed','23ef','25c0','23ea','23ee','1f53c','23eb','1f53d','23ec','23f8','23f9','23fa','23cf','1f3a6','1f505','1f506','1f4f6','1f4f3','1f4f4','2640','2642','26a7','2716','2795','2796','2797','267e','203c','2049','2753','2754','2755','2757','3030','1f4b1','1f4b2','2695','267b','269c','1f531','1f4db','1f530','2b55','2705','2611','2714','274c','274e','27b0','27bf','303d','2733','2734','2747','2122','1f51f','1f520','1f521','1f522','1f523','1f524','1f170','1f18e','1f171','1f191','1f192','1f193','2139','1f194','24c2','1f195','1f196','1f17e','1f197','1f17f','1f198','1f199','1f19a','1f201','1f202','1f237','1f236','1f22f','1f250','1f239','1f21a','1f232','1f251','1f238','1f234','1f233','3297','3299','1f23a','1f235','1f534','1f7e0','1f7e1','1f7e2','1f535','1f7e3','1f7e4','26ab','26aa','1f7e5','1f7e7','1f7e8','1f7e9','1f7e6','1f7ea','1f7eb','2b1b','2b1c','25fc','25fb','25fe','25fd','25aa','25ab','1f536','1f537','1f538','1f539','1f53a','1f53b','1f4a0','1f518','1f533','1f532','1f3c1','1f6a9','1f38c','1f3f4','1f3f3'];emojiNames=['grinning_face','grinning_face_with_big_eyes','grinning_face_with_smiling_eyes','beaming_face_with_smiling_eyes','grinning_squinting_face','grinning_face_with_sweat','rolling_on_the_floor_laughing','face_with_tears_of_joy','slightly_smiling_face','upside_down_face','winking_face','smiling_face_with_smiling_eyes','smiling_face_with_halo','smiling_face_with_hearts','smiling_face_with_heart_eyes','star_struck','face_blowing_a_kiss','kissing_face','smiling_face','kissing_face_with_closed_eyes','kissing_face_with_smiling_eyes','smiling_face_with_tear','face_savoring_food','face_with_tongue','winking_face_with_tongue','zany_face','squinting_face_with_tongue','money_mouth_face','hugging_face','face_with_hand_over_mouth','shushing_face','thinking_face','zipper_mouth_face','face_with_raised_eyebrow','neutral_face','expressionless_face','face_without_mouth','smirking_face','unamused_face','face_with_rolling_eyes','grimacing_face','lying_face','relieved_face','pensive_face','sleepy_face','drooling_face','sleeping_face','face_with_medical_mask','face_with_thermometer','face_with_head_bandage','nauseated_face','face_vomiting','sneezing_face','hot_face','cold_face','woozy_face','dizzy_face','exploding_head','cowboy_hat_face','partying_face','disguised_face','smiling_face_with_sunglasses','nerd_face','face_with_monocle','confused_face','worried_face','slightly_frowning_face','frowning_face','face_with_open_mouth','hushed_face','astonished_face','flushed_face','pleading_face','frowning_face_with_open_mouth','anguished_face','fearful_face','anxious_face_with_sweat','sad_but_relieved_face','crying_face','loudly_crying_face','face_screaming_in_fear','confounded_face','persevering_face','disappointed_face','downcast_face_with_sweat','weary_face','tired_face','yawning_face','face_with_steam_from_nose','pouting_face','angry_face','face_with_symbols_on_mouth','smiling_face_with_horns','angry_face_with_horns','skull','skull_and_crossbones','pile_of_poo','clown_face','ogre','goblin','ghost','alien','alien_monster','robot','grinning_cat','grinning_cat_with_smiling_eyes','cat_with_tears_of_joy','smiling_cat_with_heart_eyes','cat_with_wry_smile','kissing_cat','weary_cat','crying_cat','pouting_cat','see_no_evil_monkey','hear_no_evil_monkey','speak_no_evil_monkey','kiss_mark','love_letter','heart_with_arrow','heart_with_ribbon','sparkling_heart','growing_heart','beating_heart','revolving_hearts','two_hearts','heart_decoration','heart_exclamation','broken_heart','red_heart','orange_heart','yellow_heart','green_heart','blue_heart','purple_heart','brown_heart','black_heart','white_heart','hundred_points','anger_symbol','collision','dizzy','sweat_droplets','dashing_away','hole','bomb','speech_balloon','left_speech_bubble','right_anger_bubble','thought_balloon','zzz','waving_hand','raised_back_of_hand','hand_with_fingers_splayed','raised_hand','vulcan_salute','OK_hand','pinched_fingers','pinching_hand','victory_hand','crossed_fingers','love_you_gesture','sign_of_the_horns','call_me_hand','backhand_index_pointing_left','backhand_index_pointing_right','backhand_index_pointing_up','middle_finger','backhand_index_pointing_down','index_pointing_up','thumbs_up','thumbs_down','raised_fist','oncoming_fist','left_facing_fist','right_facing_fist','clapping_hands','raising_hands','open_hands','palms_up_together','handshake','folded_hands','writing_hand','nail_polish','selfie','flexed_biceps','mechanical_arm','mechanical_leg','leg','foot','ear','ear_with_hearing_aid','nose','brain','anatomical_heart','lungs','tooth','bone','eyes','eye','tongue','mouth','baby','child','boy','girl','person','person:_blond_hair','man','man:_beard','woman','older_person','old_man','old_woman','person_frowning','person_pouting','person_gesturing_NO','person_gesturing_OK','person_tipping_hand','person_raising_hand','deaf_person','person_bowing','person_facepalming','person_shrugging','police_officer','detective','guard','ninja','construction_worker','prince','princess','person_wearing_turban','person_with_skullcap','woman_with_headscarf','person_in_tuxedo','person_with_veil','pregnant_woman','breast_feeding','baby_angel','Santa_Claus','Mrs._Claus','superhero','supervillain','mage','fairy','vampire','merperson','elf','genie','zombie','person_getting_massage','person_getting_haircut','person_walking','person_standing','person_kneeling','person_running','woman_dancing','man_dancing','person_in_suit_levitating','people_with_bunny_ears','person_in_steamy_room','person_climbing','person_fencing','horse_racing','skier','snowboarder','person_golfing','person_surfing','person_rowing_boat','person_swimming','person_bouncing_ball','person_lifting_weights','person_biking','person_mountain_biking','person_cartwheeling','people_wrestling','person_playing_water_polo','person_playing_handball','person_juggling','person_in_lotus_position','person_taking_bath','person_in_bed','women_holding_hands','woman_and_man_holding_hands','men_holding_hands','kiss','couple_with_heart','family','speaking_head','bust_in_silhouette','busts_in_silhouette','people_hugging','footprints','red_hair','curly_hair','white_hair','bald','monkey_face','monkey','gorilla','orangutan','dog_face','dog','guide_dog','poodle','wolf','fox','raccoon','cat_face','cat','lion','tiger_face','tiger','leopard','horse_face','horse','unicorn','zebra','deer','bison','cow_face','ox','water_buffalo','cow','pig_face','pig','boar','pig_nose','ram','ewe','goat','camel','two_hump_camel','llama','giraffe','elephant','mammoth','rhinoceros','hippopotamus','mouse_face','mouse','rat','hamster','rabbit_face','rabbit','chipmunk','beaver','hedgehog','bat','bear','koala','panda','sloth','otter','skunk','kangaroo','badger','paw_prints','turkey','chicken','rooster','hatching_chick','baby_chick','front_facing_baby_chick','bird','penguin','dove','eagle','duck','swan','owl','dodo','feather','flamingo','peacock','parrot','frog','crocodile','turtle','lizard','snake','dragon_face','dragon','sauropod','T_Rex','spouting_whale','whale','dolphin','seal','fish','tropical_fish','blowfish','shark','octopus','spiral_shell','snail','butterfly','bug','ant','honeybee','beetle','lady_beetle','cricket','cockroach','spider','spider_web','scorpion','mosquito','fly','worm','microbe','bouquet','cherry_blossom','white_flower','rosette','rose','wilted_flower','hibiscus','sunflower','blossom','tulip','seedling','potted_plant','evergreen_tree','deciduous_tree','palm_tree','cactus','sheaf_of_rice','herb','shamrock','four_leaf_clover','maple_leaf','fallen_leaf','leaf_fluttering_in_wind','grapes','melon','watermelon','tangerine','lemon','banana','pineapple','mango','red_apple','green_apple','pear','peach','cherries','strawberry','blueberries','kiwi_fruit','tomato','olive','coconut','avocado','eggplant','potato','carrot','ear_of_corn','hot_pepper','bell_pepper','cucumber','leafy_green','broccoli','garlic','onion','mushroom','peanuts','chestnut','bread','croissant','baguette_bread','flatbread','pretzel','bagel','pancakes','waffle','cheese_wedge','meat_on_bone','poultry_leg','cut_of_meat','bacon','hamburger','french_fries','pizza','hot_dog','sandwich','taco','burrito','tamale','stuffed_flatbread','falafel','egg','cooking','shallow_pan_of_food','pot_of_food','fondue','bowl_with_spoon','green_salad','popcorn','butter','salt','canned_food','bento_box','rice_cracker','rice_ball','cooked_rice','curry_rice','steaming_bowl','spaghetti','roasted_sweet_potato','oden','sushi','fried_shrimp','fish_cake_with_swirl','moon_cake','dango','dumpling','fortune_cookie','takeout_box','crab','lobster','shrimp','squid','oyster','soft_ice_cream','shaved_ice','ice_cream','doughnut','cookie','birthday_cake','shortcake','cupcake','pie','chocolate_bar','candy','lollipop','custard','honey_pot','baby_bottle','glass_of_milk','hot_beverage','teapot','teacup_without_handle','sake','bottle_with_popping_cork','wine_glass','cocktail_glass','tropical_drink','beer_mug','clinking_beer_mugs','clinking_glasses','tumbler_glass','cup_with_straw','bubble_tea','beverage_box','mate','ice','chopsticks','fork_and_knife_with_plate','fork_and_knife','spoon','kitchen_knife','amphora','globe_showing_Europe_Africa','globe_showing_Americas','globe_showing_Asia_Australia','globe_with_meridians','world_map','map_of_Japan','compass','snow_capped_mountain','mountain','volcano','mount_fuji','camping','beach_with_umbrella','desert','desert_island','national_park','stadium','classical_building','building_construction','brick','rock','wood','hut','houses','derelict_house','house','house_with_garden','office_building','Japanese_post_office','post_office','hospital','bank','hotel','love_hotel','convenience_store','school','department_store','factory','Japanese_castle','castle','wedding','Tokyo_tower','Statue_of_Liberty','church','mosque','hindu_temple','synagogue','shinto_shrine','kaaba','fountain','tent','foggy','night_with_stars','cityscape','sunrise_over_mountains','sunrise','cityscape_at_dusk','sunset','bridge_at_night','hot_springs','carousel_horse','ferris_wheel','roller_coaster','barber_pole','circus_tent','locomotive','railway_car','high_speed_train','bullet_train','train','metro','light_rail','station','tram','monorail','mountain_railway','tram_car','bus','oncoming_bus','trolleybus','minibus','ambulance','fire_engine','police_car','oncoming_police_car','taxi','oncoming_taxi','automobile','oncoming_automobile','sport_utility_vehicle','pickup_truck','delivery_truck','articulated_lorry','tractor','racing_car','motorcycle','motor_scooter','manual_wheelchair','motorized_wheelchair','auto_rickshaw','bicycle','kick_scooter','skateboard','roller_skate','bus_stop','motorway','railway_track','oil_drum','fuel_pump','police_car_light','horizontal_traffic_light','vertical_traffic_light','stop_sign','construction','anchor','sailboat','canoe','speedboat','passenger_ship','ferry','motor_boat','ship','airplane','small_airplane','airplane_departure','airplane_arrival','parachute','seat','helicopter','suspension_railway','mountain_cableway','aerial_tramway','satellite','rocket','flying_saucer','bellhop_bell','luggage','hourglass_done','hourglass_not_done','watch','alarm_clock','stopwatch','timer_clock','mantelpiece_clock','twelve_o’clock','twelve_thirty','one_o’clock','one_thirty','two_o’clock','two_thirty','three_o’clock','three_thirty','four_o’clock','four_thirty','five_o’clock','five_thirty','six_o’clock','six_thirty','seven_o’clock','seven_thirty','eight_o’clock','eight_thirty','nine_o’clock','nine_thirty','ten_o’clock','ten_thirty','eleven_o’clock','eleven_thirty','new_moon','waxing_crescent_moon','first_quarter_moon','waxing_gibbous_moon','full_moon','waning_gibbous_moon','last_quarter_moon','waning_crescent_moon','crescent_moon','new_moon_face','first_quarter_moon_face','last_quarter_moon_face','thermometer','sun','full_moon_face','sun_with_face','ringed_planet','star','glowing_star','shooting_star','milky_way','cloud','sun_behind_cloud','cloud_with_lightning_and_rain','sun_behind_small_cloud','sun_behind_large_cloud','sun_behind_rain_cloud','cloud_with_rain','cloud_with_snow','cloud_with_lightning','tornado','fog','wind_face','cyclone','rainbow','closed_umbrella','umbrella','umbrella_with_rain_drops','umbrella_on_ground','high_voltage','snowflake','snowman','snowman_without_snow','comet','fire','droplet','water_wave','jack_o_lantern','Christmas_tree','fireworks','sparkler','firecracker','sparkles','balloon','party_popper','confetti_ball','tanabata_tree','pine_decoration','Japanese_dolls','carp_streamer','wind_chime','moon_viewing_ceremony','red_envelope','ribbon','wrapped_gift','reminder_ribbon','admission_tickets','ticket','military_medal','trophy','sports_medal','1st_place_medal','2nd_place_medal','3rd_place_medal','soccer_ball','baseball','softball','basketball','volleyball','american_football','rugby_football','tennis','flying_disc','bowling','cricket_game','field_hockey','ice_hockey','lacrosse','ping_pong','badminton','boxing_glove','martial_arts_uniform','goal_net','flag_in_hole','ice_skate','fishing_pole','diving_mask','running_shirt','skis','sled','curling_stone','direct_hit','yo_yo','kite','pool_8_ball','crystal_ball','magic_wand','nazar_amulet','video_game','joystick','slot_machine','game_die','puzzle_piece','teddy_bear','piñata','nesting_dolls','spade_suit','heart_suit','diamond_suit','club_suit','chess_pawn','joker','mahjong_red_dragon','flower_playing_cards','performing_arts','framed_picture','artist_palette','thread','sewing_needle','yarn','knot','glasses','sunglasses','goggles','lab_coat','safety_vest','necktie','t_shirt','jeans','scarf','gloves','coat','socks','dress','kimono','sari','one_piece_swimsuit','briefs','shorts','bikini','woman’s_clothes','purse','handbag','clutch_bag','shopping_bags','backpack','thong_sandal','man’s_shoe','running_shoe','hiking_boot','flat_shoe','high_heeled_shoe','woman’s_sandal','ballet_shoes','woman’s_boot','crown','woman’s_hat','top_hat','graduation_cap','billed_cap','military_helmet','rescue_worker’s_helmet','prayer_beads','lipstick','ring','gem_stone','muted_speaker','speaker_low_volume','speaker_medium_volume','speaker_high_volume','loudspeaker','megaphone','postal_horn','bell','bell_with_slash','musical_score','musical_note','musical_notes','studio_microphone','level_slider','control_knobs','microphone','headphone','radio','saxophone','accordion','guitar','musical_keyboard','trumpet','violin','banjo','drum','long_drum','mobile_phone','mobile_phone_with_arrow','telephone','telephone_receiver','pager','fax_machine','battery','electric_plug','laptop','desktop_computer','printer','keyboard','computer_mouse','trackball','computer_disk','floppy_disk','optical_disk','dvd','abacus','movie_camera','film_frames','film_projector','clapper_board','television','camera','camera_with_flash','video_camera','videocassette','magnifying_glass_tilted_left','magnifying_glass_tilted_right','candle','light_bulb','flashlight','red_paper_lantern','diya_lamp','notebook_with_decorative_cover','closed_book','open_book','green_book','blue_book','orange_book','books','notebook','ledger','page_with_curl','scroll','page_facing_up','newspaper','rolled_up_newspaper','bookmark_tabs','bookmark','label','money_bag','coin','yen_banknote','dollar_banknote','euro_banknote','pound_banknote','money_with_wings','credit_card','receipt','chart_increasing_with_yen','envelope','e_mail','incoming_envelope','envelope_with_arrow','outbox_tray','inbox_tray','package','closed_mailbox_with_raised_flag','closed_mailbox_with_lowered_flag','open_mailbox_with_raised_flag','open_mailbox_with_lowered_flag','postbox','ballot_box_with_ballot','pencil','black_nib','fountain_pen','pen','paintbrush','crayon','memo','briefcase','file_folder','open_file_folder','card_index_dividers','calendar','tear_off_calendar','spiral_notepad','spiral_calendar','card_index','chart_increasing','chart_decreasing','bar_chart','clipboard','pushpin','round_pushpin','paperclip','linked_paperclips','straight_ruler','triangular_ruler','scissors','card_file_box','file_cabinet','wastebasket','locked','unlocked','locked_with_pen','locked_with_key','key','old_key','hammer','axe','pick','hammer_and_pick','hammer_and_wrench','dagger','crossed_swords','pistol','boomerang','bow_and_arrow','shield','carpentry_saw','wrench','screwdriver','nut_and_bolt','gear','clamp','balance_scale','white_cane','link','chains','hook','toolbox','magnet','ladder','alembic','test_tube','petri_dish','dna','microscope','telescope','satellite_antenna','syringe','drop_of_blood','pill','adhesive_bandage','stethoscope','door','elevator','mirror','window','bed','couch_and_lamp','chair','toilet','plunger','shower','bathtub','mouse_trap','razor','lotion_bottle','safety_pin','broom','basket','roll_of_paper','bucket','soap','toothbrush','sponge','fire_extinguisher','shopping_cart','cigarette','coffin','headstone','funeral_urn','moai','placard','ATM_sign','litter_in_bin_sign','potable_water','wheelchair_symbol','men’s_room','women’s_room','restroom','baby_symbol','water_closet','passport_control','customs','baggage_claim','left_luggage','warning','children_crossing','no_entry','prohibited','no_bicycles','no_smoking','no_littering','non_potable_water','no_pedestrians','no_mobile_phones','no_one_under_eighteen','radioactive','biohazard','up_arrow','up_right_arrow','right_arrow','down_right_arrow','down_arrow','down_left_arrow','left_arrow','up_left_arrow','up_down_arrow','left_right_arrow','right_arrow_curving_left','left_arrow_curving_right','right_arrow_curving_up','right_arrow_curving_down','clockwise_vertical_arrows','counterclockwise_arrows_button','BACK_arrow','END_arrow','ON!_arrow','SOON_arrow','TOP_arrow','place_of_worship','atom_symbol','om','star_of_David','wheel_of_dharma','yin_yang','latin_cross','orthodox_cross','star_and_crescent','peace_symbol','menorah','dotted_six_pointed_star','Aries','Taurus','Gemini','Cancer','Leo','Virgo','Libra','Scorpio','Sagittarius','Capricorn','Aquarius','Pisces','Ophiuchus','shuffle_tracks_button','repeat_button','repeat_single_button','play_button','fast_forward_button','next_track_button','play_or_pause_button','reverse_button','fast_reverse_button','last_track_button','upwards_button','fast_up_button','downwards_button','fast_down_button','pause_button','stop_button','record_button','eject_button','cinema','dim_button','bright_button','antenna_bars','vibration_mode','mobile_phone_off','female_sign','male_sign','transgender_symbol','multiply','plus','minus','divide','infinity','double_exclamation_mark','exclamation_question_mark','question_mark','white_question_mark','white_exclamation_mark','exclamation_mark','wavy_dash','currency_exchange','heavy_dollar_sign','medical_symbol','recycling_symbol','fleur_de_lis','trident_emblem','name_badge','Japanese_symbol_for_beginner','hollow_red_circle','check_mark_button','check_box_with_check','check_mark','cross_mark','cross_mark_button','curly_loop','double_curly_loop','part_alternation_mark','eight_spoked_asterisk','eight_pointed_star','sparkle','trade_mark','keycap:_10','input_latin_uppercase','input_latin_lowercase','input_numbers','input_symbols','input_latin_letters','A_button_(blood_type)','AB_button_(blood_type)','B_button_(blood_type)','CL_button','COOL_button','FREE_button','information','ID_button','circled_M','NEW_button','NG_button','O_button_(blood_type)','OK_button','P_button','SOS_button','UP!_button','VS_button','Japanese_“here”_button','Japanese_“service_charge”_button','Japanese_“monthly_amount”_button','Japanese_“not_free_of_charge”_button','Japanese_“reserved”_button','Japanese_“bargain”_button','Japanese_“discount”_button','Japanese_“free_of_charge”_button','Japanese_“prohibited”_button','Japanese_“acceptable”_button','Japanese_“application”_button','Japanese_“passing_grade”_button','Japanese_“vacancy”_button','Japanese_“congratulations”_button','Japanese_“secret”_button','Japanese_“open_for_business”_button','Japanese_“no_vacancy”_button','red_circle','orange_circle','yellow_circle','green_circle','blue_circle','purple_circle','brown_circle','black_circle','white_circle','red_square','orange_square','yellow_square','green_square','blue_square','purple_square','brown_square','black_large_square','white_large_square','black_medium_square','white_medium_square','black_medium_small_square','white_medium_small_square','black_small_square','white_small_square','large_orange_diamond','large_blue_diamond','small_orange_diamond','small_blue_diamond','red_triangle_pointed_up','red_triangle_pointed_down','diamond_with_a_dot','radio_button','white_square_button','black_square_button','chequered_flag','triangular_flag','crossed_flags','black_flag','white_flag'] diff --git a/public/emojify.js b/public/emojify.js deleted file mode 100644 index a01ba81..0000000 --- a/public/emojify.js +++ /dev/null @@ -1,24 +0,0 @@ -var emojis = ['1f600', '1f603', '1f604', '1f601', '1f606', '1f605', '1f923', '1f602', '1f642', '1f643', '1f609', '1f60a', '1f607', '1f970', '1f60d', '1f929', '1f618', '1f617', '263a', '1f61a', '1f619', '1f972', '1f60b', '1f61b', '1f61c', '1f92a', '1f61d', '1f911', '1f917', '1f92d', '1f92b', '1f914', '1f910', '1f928', '1f610', '1f611', '1f636', '1f60f', '1f612', '1f644', '1f62c', '1f925', '1f60c', '1f614', '1f62a', '1f924', '1f634', '1f637', '1f912', '1f915', '1f922', '1f92e', '1f927', '1f975', '1f976', '1f974', '1f635', '1f92f', '1f920', '1f973', '1f978', '1f60e', '1f913', '1f9d0', '1f615', '1f61f', '1f641', '2639', '1f62e', '1f62f', '1f632', '1f633', '1f97a', '1f626', '1f627', '1f628', '1f630', '1f625', '1f622', '1f62d', '1f631', '1f616', '1f623', '1f61e', '1f613', '1f629', '1f62b', '1f971', '1f624', '1f621', '1f620', '1f92c', '1f608', '1f47f', '1f480', '2620', '1f4a9', '1f921', '1f479', '1f47a', '1f47b', '1f47d', '1f47e', '1f916', '1f63a', '1f638', '1f639', '1f63b', '1f63c', '1f63d', '1f640', '1f63f', '1f63e', '1f648', '1f649', '1f64a', '1f48b', '1f48c', '1f498', '1f49d', '1f496', '1f497', '1f493', '1f49e', '1f495', '1f49f', '2763', '1f494', '2764', '1f9e1', '1f49b', '1f49a', '1f499', '1f49c', '1f90e', '1f5a4', '1f90d', '1f4af', '1f4a2', '1f4a5', '1f4ab', '1f4a6', '1f4a8', '1f573', '1f4a3', '1f4ac', '1f5e8', '1f5ef', '1f4ad', '1f4a4', '1f44b', '1f91a', '1f590', '270b', '1f596', '1f44c', '1f90c', '1f90f', '270c', '1f91e', '1f91f', '1f918', '1f919', '1f448', '1f449', '1f446', '1f595', '1f447', '261d', '1f44d', '1f44e', '270a', '1f44a', '1f91b', '1f91c', '1f44f', '1f64c', '1f450', '1f932', '1f91d', '1f64f', '270d', '1f485', '1f933', '1f4aa', '1f9be', '1f9bf', '1f9b5', '1f9b6', '1f442', '1f9bb', '1f443', '1f9e0', '1fac0', '1fac1', '1f9b7', '1f9b4', '1f440', '1f441', '1f445', '1f444', '1f476', '1f9d2', '1f466', '1f467', '1f9d1', '1f471', '1f468', '1f9d4', '1f469', '1f9d3', '1f474', '1f475', '1f64d', '1f64e', '1f645', '1f646', '1f481', '1f64b', '1f9cf', '1f647', '1f926', '1f937', '1f46e', '1f575', '1f482', '1f977', '1f477', '1f934', '1f478', '1f473', '1f472', '1f9d5', '1f935', '1f470', '1f930', '1f931', '1f47c', '1f385', '1f936', '1f9b8', '1f9b9', '1f9d9', '1f9da', '1f9db', '1f9dc', '1f9dd', '1f9de', '1f9df', '1f486', '1f487', '1f6b6', '1f9cd', '1f9ce', '1f3c3', '1f483', '1f57a', '1f574', '1f46f', '1f9d6', '1f9d7', '1f93a', '1f3c7', '26f7', '1f3c2', '1f3cc', '1f3c4', '1f6a3', '1f3ca', '26f9', '1f3cb', '1f6b4', '1f6b5', '1f938', '1f93c', '1f93d', '1f93e', '1f939', '1f9d8', '1f6c0', '1f6cc', '1f46d', '1f46b', '1f46c', '1f48f', '1f491', '1f46a', '1f5e3', '1f464', '1f465', '1fac2', '1f463', '1f9b0', '1f9b1', '1f9b3', '1f9b2', '1f435', '1f412', '1f98d', '1f9a7', '1f436', '1f415', '1f9ae', '1f429', '1f43a', '1f98a', '1f99d', '1f431', '1f408', '1f981', '1f42f', '1f405', '1f406', '1f434', '1f40e', '1f984', '1f993', '1f98c', '1f9ac', '1f42e', '1f402', '1f403', '1f404', '1f437', '1f416', '1f417', '1f43d', '1f40f', '1f411', '1f410', '1f42a', '1f42b', '1f999', '1f992', '1f418', '1f9a3', '1f98f', '1f99b', '1f42d', '1f401', '1f400', '1f439', '1f430', '1f407', '1f43f', '1f9ab', '1f994', '1f987', '1f43b', '1f428', '1f43c', '1f9a5', '1f9a6', '1f9a8', '1f998', '1f9a1', '1f43e', '1f983', '1f414', '1f413', '1f423', '1f424', '1f425', '1f426', '1f427', '1f54a', '1f985', '1f986', '1f9a2', '1f989', '1f9a4', '1fab6', '1f9a9', '1f99a', '1f99c', '1f438', '1f40a', '1f422', '1f98e', '1f40d', '1f432', '1f409', '1f995', '1f996', '1f433', '1f40b', '1f42c', '1f9ad', '1f41f', '1f420', '1f421', '1f988', '1f419', '1f41a', '1f40c', '1f98b', '1f41b', '1f41c', '1f41d', '1fab2', '1f41e', '1f997', '1fab3', '1f577', '1f578', '1f982', '1f99f', '1fab0', '1fab1', '1f9a0', '1f490', '1f338', '1f4ae', '1f3f5', '1f339', '1f940', '1f33a', '1f33b', '1f33c', '1f337', '1f331', '1fab4', '1f332', '1f333', '1f334', '1f335', '1f33e', '1f33f', '2618', -'1f340', '1f341', '1f342', '1f343', '1f347', '1f348', '1f349', '1f34a', '1f34b', '1f34c', '1f34d', '1f96d', '1f34e', '1f34f', '1f350', '1f351', '1f352', '1f353', '1fad0', '1f95d', '1f345', '1fad2', '1f965', '1f951', '1f346', '1f954', '1f955', '1f33d', '1f336', '1fad1', '1f952', '1f96c', '1f966', '1f9c4', '1f9c5', '1f344', '1f95c', '1f330', '1f35e', '1f950', '1f956', '1fad3', '1f968', '1f96f', '1f95e', '1f9c7', '1f9c0', '1f356', '1f357', '1f969', '1f953', '1f354', '1f35f', '1f355', '1f32d', '1f96a', '1f32e', '1f32f', '1fad4', '1f959', '1f9c6', '1f95a', '1f373', '1f958', '1f372', '1fad5', '1f963', '1f957', '1f37f', '1f9c8', '1f9c2', '1f96b', '1f371', '1f358', '1f359', '1f35a', '1f35b', '1f35c', '1f35d', '1f360', '1f362', '1f363', '1f364', '1f365', '1f96e', '1f361', '1f95f', '1f960', '1f961', '1f980', '1f99e', '1f990', '1f991', '1f9aa', '1f366', '1f367', '1f368', '1f369', '1f36a', '1f382', '1f370', '1f9c1', '1f967', '1f36b', '1f36c', '1f36d', '1f36e', '1f36f', '1f37c', '1f95b', '2615', '1fad6', '1f375', '1f376', '1f37e', '1f377', '1f378', '1f379', '1f37a', '1f37b', '1f942', '1f943', '1f964', '1f9cb', '1f9c3', '1f9c9', '1f9ca', '1f962', '1f37d', '1f374', '1f944', '1f52a', '1f3fa', '1f30d', '1f30e', '1f30f', '1f310', '1f5fa', '1f5fe', '1f9ed', '1f3d4', '26f0', '1f30b', '1f5fb', '1f3d5', '1f3d6', '1f3dc', '1f3dd', '1f3de', '1f3df', '1f3db', '1f3d7', '1f9f1', '1faa8', '1fab5', '1f6d6', '1f3d8', '1f3da', '1f3e0', '1f3e1', '1f3e2', '1f3e3', '1f3e4', '1f3e5', '1f3e6', '1f3e8', '1f3e9', '1f3ea', '1f3eb', '1f3ec', '1f3ed', '1f3ef', '1f3f0', '1f492', '1f5fc', '1f5fd', '26ea', '1f54c', '1f6d5', '1f54d', '26e9', '1f54b', '26f2', '26fa', '1f301', '1f303', '1f3d9', '1f304', '1f305', '1f306', '1f307', '1f309', '2668', '1f3a0', '1f3a1', '1f3a2', '1f488', '1f3aa', '1f682', '1f683', '1f684', '1f685', '1f686', '1f687', '1f688', '1f689', '1f68a', '1f69d', '1f69e', '1f68b', '1f68c', '1f68d', '1f68e', '1f690', '1f691', '1f692', '1f693', '1f694', '1f695', '1f696', '1f697', '1f698', '1f699', '1f6fb', '1f69a', '1f69b', '1f69c', '1f3ce', '1f3cd', '1f6f5', '1f9bd', '1f9bc', '1f6fa', '1f6b2', '1f6f4', '1f6f9', '1f6fc', '1f68f', '1f6e3', '1f6e4', '1f6e2', '26fd', '1f6a8', '1f6a5', '1f6a6', '1f6d1', '1f6a7', '2693', '26f5', '1f6f6', '1f6a4', '1f6f3', '26f4', '1f6e5', '1f6a2', '2708', '1f6e9', '1f6eb', '1f6ec', '1fa82', '1f4ba', '1f681', '1f69f', '1f6a0', '1f6a1', '1f6f0', '1f680', '1f6f8', '1f6ce', '1f9f3', '231b', '23f3', '231a', '23f0', '23f1', '23f2', '1f570', '1f55b', '1f567', '1f550', '1f55c', '1f551', '1f55d', '1f552', '1f55e', '1f553', '1f55f', '1f554', '1f560', '1f555', '1f561', '1f556', '1f562', '1f557', '1f563', '1f558', '1f564', '1f559', '1f565', '1f55a', '1f566', '1f311', '1f312', '1f313', '1f314', '1f315', '1f316', '1f317', '1f318', '1f319', '1f31a', '1f31b', '1f31c', '1f321', '2600', '1f31d', '1f31e', '1fa90', '2b50', '1f31f', '1f320', '1f30c', '2601', '26c5', '26c8', '1f324', '1f325', '1f326', '1f327', '1f328', '1f329', '1f32a', '1f32b', '1f32c', '1f300', '1f308', '1f302', '2602', '2614', '26f1', '26a1', '2744', '2603', '26c4', '2604', '1f525', '1f4a7', '1f30a', '1f383', '1f384', '1f386', '1f387', '1f9e8', '2728', '1f388', '1f389', '1f38a', '1f38b', '1f38d', '1f38e', '1f38f', '1f390', '1f391', '1f9e7', '1f380', '1f381', '1f397', '1f39f', '1f3ab', '1f396', '1f3c6', '1f3c5', '1f947', '1f948', '1f949', '26bd', '26be', '1f94e', '1f3c0', '1f3d0', '1f3c8', '1f3c9', '1f3be', '1f94f', '1f3b3', '1f3cf', '1f3d1', '1f3d2', '1f94d', '1f3d3', '1f3f8', '1f94a', '1f94b', '1f945', '26f3', '26f8', '1f3a3', '1f93f', '1f3bd', '1f3bf', '1f6f7', '1f94c', '1f3af', '1fa80', '1fa81', '1f3b1', '1f52e', '1fa84', '1f9ff', '1f3ae', '1f579', '1f3b0', '1f3b2', '1f9e9', '1f9f8', '1fa85', '1fa86', '2660', '2665', '2666', '2663', '265f', '1f0cf', '1f004', '1f3b4', '1f3ad', '1f5bc', '1f3a8', '1f9f5', '1faa1', '1f9f6', '1faa2', '1f453', '1f576', -'1f97d', '1f97c', '1f9ba', '1f454', '1f455', '1f456', '1f9e3', '1f9e4', '1f9e5', '1f9e6', '1f457', '1f458', '1f97b', '1fa71', '1fa72', '1fa73', '1f459', '1f45a', '1f45b', '1f45c', '1f45d', '1f6cd', '1f392', '1fa74', '1f45e', '1f45f', '1f97e', '1f97f', '1f460', '1f461', '1fa70', '1f462', '1f451', '1f452', '1f3a9', '1f393', '1f9e2', '1fa96', '26d1', '1f4ff', '1f484', '1f48d', '1f48e', '1f507', '1f508', '1f509', '1f50a', '1f4e2', '1f4e3', '1f4ef', '1f514', '1f515', '1f3bc', '1f3b5', '1f3b6', '1f399', '1f39a', '1f39b', '1f3a4', '1f3a7', '1f4fb', '1f3b7', '1fa97', '1f3b8', '1f3b9', '1f3ba', '1f3bb', '1fa95', '1f941', '1fa98', '1f4f1', '1f4f2', '260e', '1f4de', '1f4df', '1f4e0', '1f50b', '1f50c', '1f4bb', '1f5a5', '1f5a8', '2328', '1f5b1', '1f5b2', '1f4bd', '1f4be', '1f4bf', '1f4c0', '1f9ee', '1f3a5', '1f39e', '1f4fd', '1f3ac', '1f4fa', '1f4f7', '1f4f8', '1f4f9', '1f4fc', '1f50d', '1f50e', '1f56f', '1f4a1', '1f526', '1f3ee', '1fa94', '1f4d4', '1f4d5', '1f4d6', '1f4d7', '1f4d8', '1f4d9', '1f4da', '1f4d3', '1f4d2', '1f4c3', '1f4dc', '1f4c4', '1f4f0', '1f5de', '1f4d1', '1f516', '1f3f7', '1f4b0', '1fa99', '1f4b4', '1f4b5', '1f4b6', '1f4b7', '1f4b8', '1f4b3', '1f9fe', '1f4b9', '2709', '1f4e7', '1f4e8', '1f4e9', '1f4e4', '1f4e5', '1f4e6', '1f4eb', '1f4ea', '1f4ec', '1f4ed', '1f4ee', '1f5f3', '270f', '2712', '1f58b', '1f58a', '1f58c', '1f58d', '1f4dd', '1f4bc', '1f4c1', '1f4c2', '1f5c2', '1f4c5', '1f4c6', '1f5d2', '1f5d3', '1f4c7', '1f4c8', '1f4c9', '1f4ca', '1f4cb', '1f4cc', '1f4cd', '1f4ce', '1f587', '1f4cf', '1f4d0', '2702', '1f5c3', '1f5c4', '1f5d1', '1f512', '1f513', '1f50f', '1f510', '1f511', '1f5dd', '1f528', '1fa93', '26cf', '2692', '1f6e0', '1f5e1', '2694', '1f52b', '1fa83', '1f3f9', '1f6e1', '1fa9a', '1f527', '1fa9b', '1f529', '2699', '1f5dc', '2696', '1f9af', '1f517', '26d3', '1fa9d', '1f9f0', '1f9f2', '1fa9c', '2697', '1f9ea', '1f9eb', '1f9ec', '1f52c', '1f52d', '1f4e1', '1f489', '1fa78', '1f48a', '1fa79', '1fa7a', '1f6aa', '1f6d7', '1fa9e', '1fa9f', '1f6cf', '1f6cb', '1fa91', '1f6bd', '1faa0', '1f6bf', '1f6c1', '1faa4', '1fa92', '1f9f4', '1f9f7', '1f9f9', '1f9fa', '1f9fb', '1faa3', '1f9fc', '1faa5', '1f9fd', '1f9ef', '1f6d2', '1f6ac', '26b0', '1faa6', '26b1', '1f5ff', '1faa7', '1f3e7', '1f6ae', '1f6b0', '267f', '1f6b9', '1f6ba', '1f6bb', '1f6bc', '1f6be', '1f6c2', '1f6c3', '1f6c4', '1f6c5', '26a0', '1f6b8', '26d4', '1f6ab', '1f6b3', '1f6ad', '1f6af', '1f6b1', '1f6b7', '1f4f5', '1f51e', '2622', '2623', '2b06', '2197', '27a1', '2198', '2b07', '2199', '2b05', '2196', '2195', '2194', '21a9', '21aa', '2934', '2935', '1f503', '1f504', '1f519', '1f51a', '1f51b', '1f51c', '1f51d', '1f6d0', '269b', '1f549', '2721', '2638', '262f', '271d', '2626', '262a', '262e', '1f54e', '1f52f', '2648', '2649', '264a', '264b', '264c', '264d', '264e', '264f', '2650', '2651', '2652', '2653', '26ce', '1f500', '1f501', '1f502', '25b6', '23e9', '23ed', '23ef', '25c0', '23ea', '23ee', '1f53c', '23eb', '1f53d', '23ec', '23f8', '23f9', '23fa', '23cf', '1f3a6', '1f505', '1f506', '1f4f6', '1f4f3', '1f4f4', '2640', '2642', '26a7', '2716', '2795', '2796', '2797', '267e', '203c', '2049', '2753', '2754', '2755', '2757', '3030', '1f4b1', '1f4b2', '2695', '267b', '269c', '1f531', '1f4db', '1f530', '2b55', '2705', '2611', '2714', '274c', '274e', '27b0', '27bf', '303d', '2733', '2734', '2747', '2122', '1f51f', '1f520', '1f521', '1f522', '1f523', '1f524', '1f170', '1f18e', '1f171', '1f191', '1f192', '1f193', '2139', '1f194', '24c2', '1f195', '1f196', '1f17e', '1f197', '1f17f', '1f198', '1f199', '1f19a', '1f201', '1f202', '1f237', '1f236', '1f22f', '1f250', '1f239', '1f21a', '1f232', '1f251', '1f238', '1f234', '1f233', '3297', '3299', '1f23a', '1f235', '1f534', '1f7e0', '1f7e1', '1f7e2', '1f535', '1f7e3', '1f7e4', '26ab', '26aa', '1f7e5', '1f7e7', '1f7e8', '1f7e9', '1f7e6', '1f7ea', '1f7eb', '2b1b', '2b1c', '25fc', '25fb', '25fe', '25fd', -'25aa', '25ab', '1f536', '1f537', '1f538', '1f539', '1f53a', '1f53b', '1f4a0', '1f518', '1f533', '1f532', '1f3c1', '1f6a9', '1f38c', '1f3f4', '1f3f3'] - -var emoji_names = ['grinning_face', 'grinning_face_with_big_eyes', 'grinning_face_with_smiling_eyes', 'beaming_face_with_smiling_eyes', 'grinning_squinting_face', 'grinning_face_with_sweat', 'rolling_on_the_floor_laughing', 'face_with_tears_of_joy', 'slightly_smiling_face', 'upside-down_face', 'winking_face', 'smiling_face_with_smiling_eyes', 'smiling_face_with_halo', 'smiling_face_with_hearts', 'smiling_face_with_heart-eyes', 'star-struck', 'face_blowing_a_kiss', 'kissing_face', 'smiling_face', 'kissing_face_with_closed_eyes', 'kissing_face_with_smiling_eyes', 'smiling_face_with_tear', 'face_savoring_food', 'face_with_tongue', 'winking_face_with_tongue', 'zany_face', 'squinting_face_with_tongue', 'money-mouth_face', 'hugging_face', 'face_with_hand_over_mouth', 'shushing_face', 'thinking_face', 'zipper-mouth_face', 'face_with_raised_eyebrow', 'neutral_face', 'expressionless_face', 'face_without_mouth', 'smirking_face', 'unamused_face', 'face_with_rolling_eyes', 'grimacing_face', 'lying_face', 'relieved_face', 'pensive_face', 'sleepy_face', 'drooling_face', 'sleeping_face', 'face_with_medical_mask', 'face_with_thermometer', 'face_with_head-bandage', 'nauseated_face', 'face_vomiting', 'sneezing_face', 'hot_face', 'cold_face', 'woozy_face', 'knocked-out_face', 'exploding_head', 'cowboy_hat_face', 'partying_face', 'disguised_face', 'smiling_face_with_sunglasses', 'nerd_face', 'face_with_monocle', 'confused_face', 'worried_face', 'slightly_frowning_face', 'frowning_face', 'face_with_open_mouth', 'hushed_face', 'astonished_face', 'flushed_face', 'pleading_face', 'frowning_face_with_open_mouth', 'anguished_face', 'fearful_face', 'anxious_face_with_sweat', 'sad_but_relieved_face', 'crying_face', 'loudly_crying_face', 'face_screaming_in_fear', 'confounded_face', 'persevering_face', 'disappointed_face', 'downcast_face_with_sweat', 'weary_face', 'tired_face', 'yawning_face', 'face_with_steam_from_nose', 'pouting_face', 'angry_face', 'face_with_symbols_on_mouth', 'smiling_face_with_horns', 'angry_face_with_horns', 'skull', 'skull_and_crossbones', 'pile_of_poo', 'clown_face', 'ogre', 'goblin', 'ghost', 'alien', 'alien_monster', 'robot', 'grinning_cat', 'grinning_cat_with_smiling_eyes', 'cat_with_tears_of_joy', 'smiling_cat_with_heart-eyes', 'cat_with_wry_smile', 'kissing_cat', 'weary_cat', 'crying_cat', 'pouting_cat', 'see-no-evil_monkey', 'hear-no-evil_monkey', 'speak-no-evil_monkey', 'kiss_mark', 'love_letter', 'heart_with_arrow', 'heart_with_ribbon', 'sparkling_heart', 'growing_heart', 'beating_heart', 'revolving_hearts', 'two_hearts', 'heart_decoration', 'heart_exclamation', 'broken_heart', 'red_heart', 'orange_heart', 'yellow_heart', 'green_heart', 'blue_heart', 'purple_heart', 'brown_heart', 'black_heart', 'white_heart', 'hundred_points', 'anger_symbol', 'collision', 'dizzy', 'sweat_droplets', 'dashing_away', 'hole', 'bomb', 'speech_balloon', 'left_speech_bubble', 'right_anger_bubble', 'thought_balloon', 'zzz', 'waving_hand', 'raised_back_of_hand', 'hand_with_fingers_splayed', 'raised_hand', 'vulcan_salute', 'OK_hand', 'pinched_fingers', 'pinching_hand', 'victory_hand', 'crossed_fingers', 'love-you_gesture', 'sign_of_the_horns', 'call_me_hand', 'backhand_index_pointing_left', 'backhand_index_pointing_right', 'backhand_index_pointing_up', 'middle_finger', 'backhand_index_pointing_down', 'index_pointing_up', 'thumbs_up', 'thumbs_down', 'raised_fist', 'oncoming_fist', 'left-facing_fist', 'right-facing_fist', 'clapping_hands', 'raising_hands', 'open_hands', 'palms_up_together', 'handshake', 'folded_hands', 'writing_hand', 'nail_polish', 'selfie', 'flexed_biceps', 'mechanical_arm', 'mechanical_leg', 'leg', 'foot', 'ear', 'ear_with_hearing_aid', 'nose', 'brain', 'anatomical_heart', 'lungs', 'tooth', 'bone', 'eyes', 'eye', 'tongue', 'mouth', 'baby', 'child', 'boy', 'girl', 'person', 'person:_blond_hair', 'man', 'person:_beard', 'woman', 'older_person', 'old_man', 'old_woman', 'person_frowning', 'person_pouting', 'person_gesturing_NO', 'person_gesturing_OK', 'person_tipping_hand', 'person_raising_hand', -'deaf_person', 'person_bowing', 'person_facepalming', 'person_shrugging', 'police_officer', 'detective', 'guard', 'ninja', 'construction_worker', 'prince', 'princess', 'person_wearing_turban', 'person_with_skullcap', 'woman_with_headscarf', 'person_in_tuxedo', 'person_with_veil', 'pregnant_woman', 'breast-feeding', 'baby_angel', 'Santa_Claus', 'Mrs._Claus', 'superhero', 'supervillain', 'mage', 'fairy', 'vampire', 'merperson', 'elf', 'genie', 'zombie', 'person_getting_massage', 'person_getting_haircut', 'person_walking', 'person_standing', 'person_kneeling', 'person_running', 'woman_dancing', 'man_dancing', 'person_in_suit_levitating', 'people_with_bunny_ears', 'person_in_steamy_room', 'person_climbing', 'person_fencing', 'horse_racing', 'skier', 'snowboarder', 'person_golfing', 'person_surfing', 'person_rowing_boat', 'person_swimming', 'person_bouncing_ball', 'person_lifting_weights', 'person_biking', 'person_mountain_biking', 'person_cartwheeling', 'people_wrestling', 'person_playing_water_polo', 'person_playing_handball', 'person_juggling', 'person_in_lotus_position', 'person_taking_bath', 'person_in_bed', 'women_holding_hands', 'woman_and_man_holding_hands', 'men_holding_hands', 'kiss', 'couple_with_heart', 'family', 'speaking_head', 'bust_in_silhouette', 'busts_in_silhouette', 'people_hugging', 'footprints', 'red_hair', 'curly_hair', 'white_hair', 'bald', 'monkey_face', 'monkey', 'gorilla', 'orangutan', 'dog_face', 'dog', 'guide_dog', 'poodle', 'wolf', 'fox', 'raccoon', 'cat_face', 'cat', 'lion', 'tiger_face', 'tiger', 'leopard', 'horse_face', 'horse', 'unicorn', 'zebra', 'deer', 'bison', 'cow_face', 'ox', 'water_buffalo', 'cow', 'pig_face', 'pig', 'boar', 'pig_nose', 'ram', 'ewe', 'goat', 'camel', 'two-hump_camel', 'llama', 'giraffe', 'elephant', 'mammoth', 'rhinoceros', 'hippopotamus', 'mouse_face', 'mouse', 'rat', 'hamster', 'rabbit_face', 'rabbit', 'chipmunk', 'beaver', 'hedgehog', 'bat', 'bear', 'koala', 'panda', 'sloth', 'otter', 'skunk', 'kangaroo', 'badger', 'paw_prints', 'turkey', 'chicken', 'rooster', 'hatching_chick', 'baby_chick', 'front-facing_baby_chick', 'bird', 'penguin', 'dove', 'eagle', 'duck', 'swan', 'owl', 'dodo', 'feather', 'flamingo', 'peacock', 'parrot', 'frog', 'crocodile', 'turtle', 'lizard', 'snake', 'dragon_face', 'dragon', 'sauropod', 'T-Rex', 'spouting_whale', 'whale', 'dolphin', 'seal', 'fish', 'tropical_fish', 'blowfish', 'shark', 'octopus', 'spiral_shell', 'snail', 'butterfly', 'bug', 'ant', 'honeybee', 'beetle', 'lady_beetle', 'cricket', 'cockroach', 'spider', 'spider_web', 'scorpion', 'mosquito', 'fly', 'worm', 'microbe', 'bouquet', 'cherry_blossom', 'white_flower', 'rosette', 'rose', 'wilted_flower', 'hibiscus', 'sunflower', 'blossom', 'tulip', 'seedling', 'potted_plant', 'evergreen_tree', 'deciduous_tree', 'palm_tree', 'cactus', 'sheaf_of_rice', 'herb', 'shamrock', 'four_leaf_clover', 'maple_leaf', 'fallen_leaf', 'leaf_fluttering_in_wind', 'grapes', 'melon', 'watermelon', 'tangerine', 'lemon', 'banana', 'pineapple', 'mango', 'red_apple', 'green_apple', 'pear', 'peach', 'cherries', 'strawberry', 'blueberries', 'kiwi_fruit', 'tomato', 'olive', 'coconut', 'avocado', 'eggplant', 'potato', 'carrot', 'ear_of_corn', 'hot_pepper', 'bell_pepper', 'cucumber', 'leafy_green', 'broccoli', 'garlic', 'onion', 'mushroom', 'peanuts', 'chestnut', 'bread', 'croissant', 'baguette_bread', 'flatbread', 'pretzel', 'bagel', 'pancakes', 'waffle', 'cheese_wedge', 'meat_on_bone', 'poultry_leg', 'cut_of_meat', 'bacon', 'hamburger', 'french_fries', 'pizza', 'hot_dog', 'sandwich', 'taco', 'burrito', 'tamale', 'stuffed_flatbread', 'falafel', 'egg', 'cooking', 'shallow_pan_of_food', 'pot_of_food', 'fondue', 'bowl_with_spoon', 'green_salad', 'popcorn', 'butter', 'salt', 'canned_food', 'bento_box', 'rice_cracker', 'rice_ball', 'cooked_rice', 'curry_rice', 'steaming_bowl', 'spaghetti', 'roasted_sweet_potato', 'oden', 'sushi', 'fried_shrimp', 'fish_cake_with_swirl', 'moon_cake', 'dango', 'dumpling', 'fortune_cookie', 'takeout_box', 'crab', 'lobster', 'shrimp', 'squid', 'oyster', -'soft_ice_cream', 'shaved_ice', 'ice_cream', 'doughnut', 'cookie', 'birthday_cake', 'shortcake', 'cupcake', 'pie', 'chocolate_bar', 'candy', 'lollipop', 'custard', 'honey_pot', 'baby_bottle', 'glass_of_milk', 'hot_beverage', 'teapot', 'teacup_without_handle', 'sake', 'bottle_with_popping_cork', 'wine_glass', 'cocktail_glass', 'tropical_drink', 'beer_mug', 'clinking_beer_mugs', 'clinking_glasses', 'tumbler_glass', 'cup_with_straw', 'bubble_tea', 'beverage_box', 'mate', 'ice', 'chopsticks', 'fork_and_knife_with_plate', 'fork_and_knife', 'spoon', 'kitchen_knife', 'amphora', 'globe_showing_Europe-Africa', 'globe_showing_Americas', 'globe_showing_Asia-Australia', 'globe_with_meridians', 'world_map', 'map_of_Japan', 'compass', 'snow-capped_mountain', 'mountain', 'volcano', 'mount_fuji', 'camping', 'beach_with_umbrella', 'desert', 'desert_island', 'national_park', 'stadium', 'classical_building', 'building_construction', 'brick', 'rock', 'wood', 'hut', 'houses', 'derelict_house', 'house', 'house_with_garden', 'office_building', 'Japanese_post_office', 'post_office', 'hospital', 'bank', 'hotel', 'love_hotel', 'convenience_store', 'school', 'department_store', 'factory', 'Japanese_castle', 'castle', 'wedding', 'Tokyo_tower', 'Statue_of_Liberty', 'church', 'mosque', 'hindu_temple', 'synagogue', 'shinto_shrine', 'kaaba', 'fountain', 'tent', 'foggy', 'night_with_stars', 'cityscape', 'sunrise_over_mountains', 'sunrise', 'cityscape_at_dusk', 'sunset', 'bridge_at_night', 'hot_springs', 'carousel_horse', 'ferris_wheel', 'roller_coaster', 'barber_pole', 'circus_tent', 'locomotive', 'railway_car', 'high-speed_train', 'bullet_train', 'train', 'metro', 'light_rail', 'station', 'tram', 'monorail', 'mountain_railway', 'tram_car', 'bus', 'oncoming_bus', 'trolleybus', 'minibus', 'ambulance', 'fire_engine', 'police_car', 'oncoming_police_car', 'taxi', 'oncoming_taxi', 'automobile', 'oncoming_automobile', 'sport_utility_vehicle', 'pickup_truck', 'delivery_truck', 'articulated_lorry', 'tractor', 'racing_car', 'motorcycle', 'motor_scooter', 'manual_wheelchair', 'motorized_wheelchair', 'auto_rickshaw', 'bicycle', 'kick_scooter', 'skateboard', 'roller_skate', 'bus_stop', 'motorway', 'railway_track', 'oil_drum', 'fuel_pump', 'police_car_light', 'horizontal_traffic_light', 'vertical_traffic_light', 'stop_sign', 'construction', 'anchor', 'sailboat', 'canoe', 'speedboat', 'passenger_ship', 'ferry', 'motor_boat', 'ship', 'airplane', 'small_airplane', 'airplane_departure', 'airplane_arrival', 'parachute', 'seat', 'helicopter', 'suspension_railway', 'mountain_cableway', 'aerial_tramway', 'satellite', 'rocket', 'flying_saucer', 'bellhop_bell', 'luggage', 'hourglass_done', 'hourglass_not_done', 'watch', 'alarm_clock', 'stopwatch', 'timer_clock', 'mantelpiece_clock', 'twelve_o’clock', 'twelve-thirty', 'one_o’clock', 'one-thirty', 'two_o’clock', 'two-thirty', 'three_o’clock', 'three-thirty', 'four_o’clock', 'four-thirty', 'five_o’clock', 'five-thirty', 'six_o’clock', 'six-thirty', 'seven_o’clock', 'seven-thirty', 'eight_o’clock', 'eight-thirty', 'nine_o’clock', 'nine-thirty', 'ten_o’clock', 'ten-thirty', 'eleven_o’clock', 'eleven-thirty', 'new_moon', 'waxing_crescent_moon', 'first_quarter_moon', 'waxing_gibbous_moon', 'full_moon', 'waning_gibbous_moon', 'last_quarter_moon', 'waning_crescent_moon', 'crescent_moon', 'new_moon_face', 'first_quarter_moon_face', 'last_quarter_moon_face', 'thermometer', 'sun', 'full_moon_face', 'sun_with_face', 'ringed_planet', 'star', 'glowing_star', 'shooting_star', 'milky_way', 'cloud', 'sun_behind_cloud', 'cloud_with_lightning_and_rain', 'sun_behind_small_cloud', 'sun_behind_large_cloud', 'sun_behind_rain_cloud', 'cloud_with_rain', 'cloud_with_snow', 'cloud_with_lightning', 'tornado', 'fog', 'wind_face', 'cyclone', 'rainbow', 'closed_umbrella', 'umbrella', 'umbrella_with_rain_drops', 'umbrella_on_ground', 'high_voltage', 'snowflake', 'snowman', 'snowman_without_snow', 'comet', 'fire', 'droplet', 'water_wave', 'jack-o-lantern', 'Christmas_tree', 'fireworks', 'sparkler', 'firecracker', 'sparkles', -'balloon', 'party_popper', 'confetti_ball', 'tanabata_tree', 'pine_decoration', 'Japanese_dolls', 'carp_streamer', 'wind_chime', 'moon_viewing_ceremony', 'red_envelope', 'ribbon', 'wrapped_gift', 'reminder_ribbon', 'admission_tickets', 'ticket', 'military_medal', 'trophy', 'sports_medal', '1st_place_medal', '2nd_place_medal', '3rd_place_medal', 'soccer_ball', 'baseball', 'softball', 'basketball', 'volleyball', 'american_football', 'rugby_football', 'tennis', 'flying_disc', 'bowling', 'cricket_game', 'field_hockey', 'ice_hockey', 'lacrosse', 'ping_pong', 'badminton', 'boxing_glove', 'martial_arts_uniform', 'goal_net', 'flag_in_hole', 'ice_skate', 'fishing_pole', 'diving_mask', 'running_shirt', 'skis', 'sled', 'curling_stone', 'bullseye', 'yo-yo', 'kite', 'pool_8_ball', 'crystal_ball', 'magic_wand', 'nazar_amulet', 'video_game', 'joystick', 'slot_machine', 'game_die', 'puzzle_piece', 'teddy_bear', 'piñata', 'nesting_dolls', 'spade_suit', 'heart_suit', 'diamond_suit', 'club_suit', 'chess_pawn', 'joker', 'mahjong_red_dragon', 'flower_playing_cards', 'performing_arts', 'framed_picture', 'artist_palette', 'thread', 'sewing_needle', 'yarn', 'knot', 'glasses', 'sunglasses', 'goggles', 'lab_coat', 'safety_vest', 'necktie', 't-shirt', 'jeans', 'scarf', 'gloves', 'coat', 'socks', 'dress', 'kimono', 'sari', 'one-piece_swimsuit', 'briefs', 'shorts', 'bikini', 'woman’s_clothes', 'purse', 'handbag', 'clutch_bag', 'shopping_bags', 'backpack', 'thong_sandal', 'man’s_shoe', 'running_shoe', 'hiking_boot', 'flat_shoe', 'high-heeled_shoe', 'woman’s_sandal', 'ballet_shoes', 'woman’s_boot', 'crown', 'woman’s_hat', 'top_hat', 'graduation_cap', 'billed_cap', 'military_helmet', 'rescue_worker’s_helmet', 'prayer_beads', 'lipstick', 'ring', 'gem_stone', 'muted_speaker', 'speaker_low_volume', 'speaker_medium_volume', 'speaker_high_volume', 'loudspeaker', 'megaphone', 'postal_horn', 'bell', 'bell_with_slash', 'musical_score', 'musical_note', 'musical_notes', 'studio_microphone', 'level_slider', 'control_knobs', 'microphone', 'headphone', 'radio', 'saxophone', 'accordion', 'guitar', 'musical_keyboard', 'trumpet', 'violin', 'banjo', 'drum', 'long_drum', 'mobile_phone', 'mobile_phone_with_arrow', 'telephone', 'telephone_receiver', 'pager', 'fax_machine', 'battery', 'electric_plug', 'laptop', 'desktop_computer', 'printer', 'keyboard', 'computer_mouse', 'trackball', 'computer_disk', 'floppy_disk', 'optical_disk', 'dvd', 'abacus', 'movie_camera', 'film_frames', 'film_projector', 'clapper_board', 'television', 'camera', 'camera_with_flash', 'video_camera', 'videocassette', 'magnifying_glass_tilted_left', 'magnifying_glass_tilted_right', 'candle', 'light_bulb', 'flashlight', 'red_paper_lantern', 'diya_lamp', 'notebook_with_decorative_cover', 'closed_book', 'open_book', 'green_book', 'blue_book', 'orange_book', 'books', 'notebook', 'ledger', 'page_with_curl', 'scroll', 'page_facing_up', 'newspaper', 'rolled-up_newspaper', 'bookmark_tabs', 'bookmark', 'label', 'money_bag', 'coin', 'yen_banknote', 'dollar_banknote', 'euro_banknote', 'pound_banknote', 'money_with_wings', 'credit_card', 'receipt', 'chart_increasing_with_yen', 'envelope', 'e-mail', 'incoming_envelope', 'envelope_with_arrow', 'outbox_tray', 'inbox_tray', 'package', 'closed_mailbox_with_raised_flag', 'closed_mailbox_with_lowered_flag', 'open_mailbox_with_raised_flag', 'open_mailbox_with_lowered_flag', 'postbox', 'ballot_box_with_ballot', 'pencil', 'black_nib', 'fountain_pen', 'pen', 'paintbrush', 'crayon', 'memo', 'briefcase', 'file_folder', 'open_file_folder', 'card_index_dividers', 'calendar', 'tear-off_calendar', 'spiral_notepad', 'spiral_calendar', 'card_index', 'chart_increasing', 'chart_decreasing', 'bar_chart', 'clipboard', 'pushpin', 'round_pushpin', 'paperclip', 'linked_paperclips', 'straight_ruler', 'triangular_ruler', 'scissors', 'card_file_box', 'file_cabinet', 'wastebasket', 'locked', 'unlocked', 'locked_with_pen', 'locked_with_key', 'key', 'old_key', 'hammer', 'axe', 'pick', 'hammer_and_pick', 'hammer_and_wrench', 'dagger', 'crossed_swords', 'water_pistol', -'boomerang', 'bow_and_arrow', 'shield', 'carpentry_saw', 'wrench', 'screwdriver', 'nut_and_bolt', 'gear', 'clamp', 'balance_scale', 'white_cane', 'link', 'chains', 'hook', 'toolbox', 'magnet', 'ladder', 'alembic', 'test_tube', 'petri_dish', 'dna', 'microscope', 'telescope', 'satellite_antenna', 'syringe', 'drop_of_blood', 'pill', 'adhesive_bandage', 'stethoscope', 'door', 'elevator', 'mirror', 'window', 'bed', 'couch_and_lamp', 'chair', 'toilet', 'plunger', 'shower', 'bathtub', 'mouse_trap', 'razor', 'lotion_bottle', 'safety_pin', 'broom', 'basket', 'roll_of_paper', 'bucket', 'soap', 'toothbrush', 'sponge', 'fire_extinguisher', 'shopping_cart', 'cigarette', 'coffin', 'headstone', 'funeral_urn', 'moai', 'placard', 'ATM_sign', 'litter_in_bin_sign', 'potable_water', 'wheelchair_symbol', 'men’s_room', 'women’s_room', 'restroom', 'baby_symbol', 'water_closet', 'passport_control', 'customs', 'baggage_claim', 'left_luggage', 'warning', 'children_crossing', 'no_entry', 'prohibited', 'no_bicycles', 'no_smoking', 'no_littering', 'non-potable_water', 'no_pedestrians', 'no_mobile_phones', 'no_one_under_eighteen', 'radioactive', 'biohazard', 'up_arrow', 'up-right_arrow', 'right_arrow', 'down-right_arrow', 'down_arrow', 'down-left_arrow', 'left_arrow', 'up-left_arrow', 'up-down_arrow', 'left-right_arrow', 'right_arrow_curving_left', 'left_arrow_curving_right', 'right_arrow_curving_up', 'right_arrow_curving_down', 'clockwise_vertical_arrows', 'counterclockwise_arrows_button', 'BACK_arrow', 'END_arrow', 'ON!_arrow', 'SOON_arrow', 'TOP_arrow', 'place_of_worship', 'atom_symbol', 'om', 'star_of_David', 'wheel_of_dharma', 'yin_yang', 'latin_cross', 'orthodox_cross', 'star_and_crescent', 'peace_symbol', 'menorah', 'dotted_six-pointed_star', 'Aries', 'Taurus', 'Gemini', 'Cancer', 'Leo', 'Virgo', 'Libra', 'Scorpio', 'Sagittarius', 'Capricorn', 'Aquarius', 'Pisces', 'Ophiuchus', 'shuffle_tracks_button', 'repeat_button', 'repeat_single_button', 'play_button', 'fast-forward_button', 'next_track_button', 'play_or_pause_button', 'reverse_button', 'fast_reverse_button', 'last_track_button', 'upwards_button', 'fast_up_button', 'downwards_button', 'fast_down_button', 'pause_button', 'stop_button', 'record_button', 'eject_button', 'cinema', 'dim_button', 'bright_button', 'antenna_bars', 'vibration_mode', 'mobile_phone_off', 'female_sign', 'male_sign', 'transgender_symbol', 'multiply', 'plus', 'minus', 'divide', 'infinity', 'double_exclamation_mark', 'exclamation_question_mark', 'red_question_mark', 'white_question_mark', 'white_exclamation_mark', 'red_exclamation_mark', 'wavy_dash', 'currency_exchange', 'heavy_dollar_sign', 'medical_symbol', 'recycling_symbol', 'fleur-de-lis', 'trident_emblem', 'name_badge', 'Japanese_symbol_for_beginner', 'hollow_red_circle', 'check_mark_button', 'check_box_with_check', 'check_mark', 'cross_mark', 'cross_mark_button', 'curly_loop', 'double_curly_loop', 'part_alternation_mark', 'eight-spoked_asterisk', 'eight-pointed_star', 'sparkle', 'trade_mark', 'keycap:_10', 'input_latin_uppercase', 'input_latin_lowercase', 'input_numbers', 'input_symbols', 'input_latin_letters', 'A_button_(blood_type)', 'AB_button_(blood_type)', 'B_button_(blood_type)', 'CL_button', 'COOL_button', 'FREE_button', 'information', 'ID_button', 'circled_M', 'NEW_button', 'NG_button', 'O_button_(blood_type)', 'OK_button', 'P_button', 'SOS_button', 'UP!_button', 'VS_button', 'Japanese_“here”_button', 'Japanese_“service_charge”_button', 'Japanese_“monthly_amount”_button', 'Japanese_“not_free_of_charge”_button', 'Japanese_“reserved”_button', 'Japanese_“bargain”_button', 'Japanese_“discount”_button', 'Japanese_“free_of_charge”_button', 'Japanese_“prohibited”_button', 'Japanese_“acceptable”_button', 'Japanese_“application”_button', 'Japanese_“passing_grade”_button', 'Japanese_“vacancy”_button', 'Japanese_“congratulations”_button', 'Japanese_“secret”_button', 'Japanese_“open_for_business”_button', 'Japanese_“no_vacancy”_button', 'red_circle', 'orange_circle', 'yellow_circle', 'green_circle', 'blue_circle', 'purple_circle', 'brown_circle', -'black_circle', 'white_circle', 'red_square', 'orange_square', 'yellow_square', 'green_square', 'blue_square', 'purple_square', 'brown_square', 'black_large_square', 'white_large_square', 'black_medium_square', 'white_medium_square', 'black_medium-small_square', 'white_medium-small_square', 'black_small_square', 'white_small_square', 'large_orange_diamond', 'large_blue_diamond', 'small_orange_diamond', 'small_blue_diamond', 'red_triangle_pointed_up', 'red_triangle_pointed_down', 'diamond_with_a_dot', 'radio_button', 'white_square_button', 'black_square_button', 'chequered_flag', 'triangular_flag', 'crossed_flags', 'black_flag', 'white_flag'] - -emobox = document.getElementById("emobox"); -emojiStr = ""; -var i; -for (i = 0; i < emojis.length; i++) { - emojiStr += - '
  • '; -} -emobox.innerHTML = emojiStr; diff --git a/views/footer_imports.ejs b/views/footer_imports.ejs index c25ac0a..59a29a3 100644 --- a/views/footer_imports.ejs +++ b/views/footer_imports.ejs @@ -1,6 +1,6 @@ - + - \ No newline at end of file +