needim / wdt-emoji-bundle

Slack like emoji picker with apple/ios, twitter/twemoji, google, emojione, facebook, messenger emoji support
http://ned.im/wdt-emoji-bundle
MIT License
419 stars 87 forks source link

Emojione update to 2.2.7 #27

Open oriolbcn opened 7 years ago

oriolbcn commented 7 years ago

Hello,

Thanks for the great library!

Are you planning on updating it to use the last 2.X Emojione version (2.2.7)? it includes quite a few new Emojis (like 🤠 or 🤣).

Thing is that since the current version used in the library, they have changed Emojione to use absolute background positioning for emojis instead of percentual, which makes scaling emojis more difficult since you can't set width and height and have to use an approach with zoom (which does not work on Firefox) or transform: scale().

I was wondering if you though about it and are planning to update or you are not planning to do it at the moment.

Thanks!