banyan / react-emoji

An emoji mixin for React
MIT License
197 stars 40 forks source link

unicode or img option #10

Closed napisani closed 1 year ago

napisani commented 9 years ago

Hi There, I added an additional option to get just the unicode representation of the emoji instead of an image element.

~Nick

jakubwolny commented 8 years ago

In my opinion it's better to add unicode support as a separated function i.e. unicodify. Because if you make it as part of "emojify" other options don't make any sense. I can grab your PR and make my own with that change, hopefully with passing tests. Will you merge that PR @banyan ?

napisani commented 8 years ago

@hamczu you are welcome to make any changes to my pull request that you see fit. Let me know if there is anything you would like me to do.