rm-emoji-picker
rm-emoji-picker copied to clipboard
Very large file size for module
I noticed that when I included your picker in my app, the file size went up by 100 mb which is a huge amount. After investigating, I discovered that your app was using the dependency emoji-js which in turn has the dependency emoji-datasource. I removed both of these from my app and your emoji picker worked fine without it. Can you explain why those dependencies are needed? What will I be losing if I leave them out?
@JohannBlake I know I'm late to the party, but from what I can tell emoji-js is used to convert emojis to background images for those platforms that cannot render them using the sheets mentioned in the README. You're probably running on OSX hence for you removing these dependencies made no difference.