joaoeudes7 / V-Emoji-Picker

:star2: A Lightweight and customizable package of Emoji Picker in Vue using emojis natives (unicode).
https://codesandbox.io/s/vue-example-emoji-picker-2-746pq
MIT License
354 stars 63 forks source link

Required alias for "rofl" #101

Open giliomeejg opened 3 years ago

giliomeejg commented 3 years ago

Is your feature request related to a problem? Please describe. The "rofl" emoji is referred to as "rolling_on_the_floor_laughing" by Slack.

Describe the solution you'd like I've love it if you could add "rolling_on_the_floor_laughing" as an alias:

  new Emoji("🤣", "Peoples", ["rofl", "rolling_on_the_floor_laughing"]),

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.