jmadler / emoji-picker

Add a slick emoji selector to input fields and textareas on your website.
Other
1.31k stars 318 forks source link

how to get the new emojis? #140

Open pedrohba1 opened 5 years ago

pedrohba1 commented 5 years ago

I have to update it to have the most recent emojis like the vomiting face and every other one. I notcied that there is a file called config.js, which has many options like this:


   "1f60a": ["\uD83D\uDE0A", ["blush"]],
    "1f60b": ["\uD83D\uDE0B", ["yum"]],
    "1f60c": ["\uD83D\uDE0C", ["relieved"]],
    "1f60d": ["\uD83D\uDE0D", ["heart_eyes"]],
    "1f60e": ["\uD83D\uDE0E", ["sunglasses"]],
    "1f60f": ["\uD83D\uDE0F", ["smirk"]],

I suppose these are the emojis code, and their respective label. It is a really big archive, is there a way do update it with the new ones or any new updated file?