How to convert windows emoji to ios emoji [React]

Viewed 38

I work on Windows, I write posts in the project through markdown,
I insert Windows emoji there,
I would like to convert emoji to apple style at the output in markdown files,
as Telegram does

GIF how it works in Telegram https://imgur.com/a/dq2fzTq

My code where I convert Markdown to HTML

Project on React (NextJS), advise some library, package, or something else...

1 Answers

I think react-emoji-render package can solve your problem. Also, they support all the Twitter, Telegram, and ... emojis.

Related