HenrikJoreteg/emoji-images

Bower

Opened this issue · 3 comments

Please put this on bower :)

+1 Bower package is very useful for client side applications.

Sorry this has been sitting forever, if you're interested in helping maintain this, let me know: #11

Thanks @HenrikJoreteg for replying. I normally would but I don't use this anymore 👍. Just in case it'll help someone...

I was using this just to give me the list of short names (e.g. :smile:) which I was feeding to At.js for autocompletion (then using emojify to actually render them). I.e. this:

image

As far as I remember we started to see some duplicates in the list emoji-images had and that the list was out of sync with the list emojify maintained. So some autocompleted emoji didn't actually get converted to an image at all. So in the end, I added another export to emojify to export the list (https://github.com/Ranks/emojify.js/blob/master/src/emojify.js#L360) which we use for the autocomplete suggestions. That way everything is guaranteed to be in sync.