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

Bower

Open adam-lynch opened this issue 10 years ago • 3 comments

Please put this on bower :)

adam-lynch avatar Jun 23 '14 15:06 adam-lynch

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

JustBlackBird avatar Sep 16 '14 15:09 JustBlackBird

Sorry this has been sitting forever, if you're interested in helping maintain this, let me know: https://github.com/HenrikJoreteg/emoji-images/issues/11

HenrikJoreteg avatar Sep 22 '15 19:09 HenrikJoreteg

Thanks @HenrikJoreteg for replying. I normally would but I don't use this anymore :+1:. 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.

adam-lynch avatar Sep 25 '15 15:09 adam-lynch