mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2025-01-08 10:50:51 +00:00
1 line
20 KiB
JavaScript
1 line
20 KiB
JavaScript
|
!function(f,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("react")):"function"==typeof define&&define.amd?define(["react"],e):"object"==typeof exports?exports.ReactEmoji=e(require("react")):f.ReactEmoji=e(f.React)}(this,function(f){return function(f){function e(o){if(a[o])return a[o].exports;var r=a[o]={exports:{},id:o,loaded:!1};return f[o].call(r.exports,r,r.exports,e),r.loaded=!0,r.exports}var a={};return e.m=f,e.c=a,e.p="",e(0)}([function(f,e,a){"use strict";var o=function(f){return f&&f.__esModule?f["default"]:f},r=o(a(6)),t=o(a(1)),n=o(a(2)),i=o(a(3)),c=o(a(5)),s=o(a(4)),_=function(){var f=function(f){return Object.keys(f).map(function(f){return i(f)}).join("|")},e=function(f){var e={useEmoticon:f.useEmoticon===!1?!1:!0,emojiType:f.emojiType||"twemoji",host:f.host||"",path:f.path||"",ext:f.ext||"svg",singleEmoji:f.singleEmoji||!1,strict:f.strict||!1};return e.attributes=c({width:"20px",height:"20px"},f.attributes),e},a={":/":"1f615"},o="\\:\\/(?!\\/)",_={delimiter:new RegExp("(:(?:"+f(t)+"):|"+f(n)+"|"+o+")","g"),dict:c(t,n,a)},l={delimiter:new RegExp("(:(?:"+f(t)+"):)","g"),dict:t},b=function(f,e){if(e.host)return s([e.host,e.path,""+f+"."+e.ext]).join("/");if("twemoji"===e.emojiType)return"https://twemoji.maxcdn.com/"+e.ext+"/"+f+"."+e.ext;if("emojione"===e.emojiType)return"http://cdn.jsdelivr.net/emojione/assets/"+e.ext+"/"+f.toUpperCase()+"."+e.ext;throw new Error("Invalid emojiType is passed")},u=function(f){return f.match(/^:.*:$/)?f.replace(/^:/,"").replace(/:$/,""):f},d=function(f,e){var a=e.useEmoticon?_:l,o=a.dict,t=o[u(f)];if(e.strict&&!t)throw new Error("Could not find emoji: "+f+".");return t?r.createElement("img",c(e.attributes,{src:b(t,e)})):f},h=function(f,e){var a=e.useEmoticon?_:l,o=a.delimiter,t=a.dict;return s(f.split(o).map(function(f,a){var n=f.match(o);if(e.strict&&""!==f&&null===n)throw new Error("Could not find emoji: "+f+".");if(n){var i=t[u(n[0])];return null===i?f:r.createElement("img",c(e.attributes,{key:a,src:b(i,e)}))}return f}))};return{emojify:function(f){var a=void 0===arguments[1]?{}:arguments[1];return f?(a=e(a),a.singleEmoji?d(f,a):h(f,a)):null}}};f.exports=_()},function(f,e){f.exports={"+1":"1f44d","-1":"1f44e",100:"1f4af",1234:"1f522","8ball":"1f3b1",a:"1f170",ab:"1f18e",abc:"1f524",abcd:"1f521",accept:"1f251",aerial_tramway:"1f6a1",airplane:"2708",alarm_clock:"23f0",alien:"1f47d",ambulance:"1f691",anchor:"2693",angel:"1f47c",anger:"1f4a2",angry:"1f620",anguished:"1f627",ant:"1f41c",apple:"1f34e",aquarius:"2652",aries:"2648",arrow_backward:"25c0",arrow_double_down:"23ec",arrow_double_up:"23eb",arrow_down:"2b07",arrow_down_small:"1f53d",arrow_forward:"25b6",arrow_heading_down:"2935",arrow_heading_up:"2934",arrow_left:"2b05",arrow_lower_left:"2199",arrow_lower_right:"2198",arrow_right:"27a1",arrow_right_hook:"21aa",arrow_up:"2b06",arrow_up_down:"2195",arrow_up_small:"1f53c",arrow_upper_left:"2196",arrow_upper_right:"2197",arrows_clockwise:"1f503",arrows_counterclockwise:"1f504",art:"1f3a8",articulated_lorry:"1f69b",astonished:"1f632",athletic_shoe:"1f45f",atm:"1f3e7",b:"1f171",baby:"1f476",baby_bottle:"1f37c",baby_chick:"1f424",baby_symbol:"1f6bc",back:"1f519",baggage_claim:"1f6c4",balloon:"1f388",ballot_box_with_check:"2611",bamboo:"1f38d",banana:"1f34c",bangbang:"203c",bank:"1f3e6",bar_chart:"1f4ca",barber:"1f488",baseball:"26be",basketball:"1f3c0",bath:"1f6c0",bathtub:"1f6c1",battery:"1f50b",bear:"1f43b",bee:"1f41d",beer:"1f37a",beers:"1f37b",beetle:"1f41e",beginner:"1f530",bell:"1f514",bento:"1f371",bicyclist:"1f6b4",bike:"1f6b2",bikini:"1f459",bird:"1f426",birthday:"1f382",black_circle:"26ab",black_joker:"1f0cf",black_large_square:"2b1b",black_medium_small_square:"25fe",black_medium_square:"25fc",black_nib:"2712",black_small_square:"25aa",black_square_button:"1f532",blossom:"1f33c",blowfish:"1f421",blue_book:"1f4d8",blue_car:"1f699",blue_heart:"1f499",blush:"1f60a",boar:"1f417",boat:"26f5",bomb:"1f4a3",book:"1f4d6",bookmark:"1f516",bookmark_tabs:"1f4d1",books:"1f4da",boom:"1f4a5",boot:"1f462",bouquet:"1f490",bow:"1f647",bowling:"1f3b3",bowti
|