laravel-emoji icon indicating copy to clipboard operation
laravel-emoji copied to clipboard

Only small selected emojis are available

Open varqasim opened this issue 6 years ago • 1 comments

I noticed that only a limited amount of emojis are working by using the emojis aliases from http://unicode.org/emoji/charts/full-emoji-list.html as documented. For example sunglasses would work as in the example, and other face-positive emojis. But when I try to print out sun it gives me of not found error. Correct me if I am wrong, but is the package limited to the screenshot of READ.MD file?

varqasim avatar May 20 '18 20:05 varqasim

There is a small list supported but it can be added onto. This file here determines what emojis can be used. When i get time in the next couple days I will try to update it.

https://github.com/unicodeveloper/laravel-emoji/blob/master/src/Emojis/emoji.php

FutileFreedom avatar Jul 10 '18 21:07 FutileFreedom