ngx-emoji-picker
ngx-emoji-picker copied to clipboard
Custom emojis
Is it possible to use my own set of emojis (in svg format) instead of the default one ?
@embu18 Currently you can't.
It's possible to add this as a new feature, but I don't think using SVG would be ideal. The best option is the provide an API that allows you to provide a sprite sheet of emojis and an array that contains coordinates to where each emojis lies in the sprite sheet and also includes name and aliases of each emojis in the sprite sheet.
Unfortunately, I'm quite busy to add this new feature, it would be lovely if someone decides to contribute and help implement it. PRs are welcomed! 😉
@ahkohd ok, thanks for your response! When my project reaches the stage of adding emojis, probably I'll contribute (if I got how to do it ...).