ngx-emoji-picker icon indicating copy to clipboard operation
ngx-emoji-picker copied to clipboard

Custom emojis

Open embu18 opened this issue 5 years ago • 2 comments

Is it possible to use my own set of emojis (in svg format) instead of the default one ?

embu18 avatar Oct 18 '20 12:10 embu18

@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 avatar Oct 18 '20 15:10 ahkohd

@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 ...).

embu18 avatar Oct 18 '20 18:10 embu18