puranjayjain / emojione-selector

A polymer element that works best as a emoji picker and is powered by the emojione library
https://puranjayjain.github.io/emojione-selector/
MIT License
5 stars 1 forks source link

how to add my own categories with my own icon images(png) as emojis. #4

Closed rboopathyAST closed 6 years ago

rboopathyAST commented 6 years ago

how to add my own categories with my own icon images(png) as emojis. how to avoid to load default icons

puranjayjain commented 6 years ago

@rboopathyAST you can do so but would need to build the project on your own, you will have to change https://github.com/puranjayjain/emojione-selector/blob/master/emojione-selector.html#L562 to your own categories.json file and add your pngs over there.

rboopathyAST commented 6 years ago

Thank you very much for your response. I have already used that way, it is working good 👍

puranjayjain commented 6 years ago

Closing this issue then @rboopathyAST 👍