react-emoji-render icon indicating copy to clipboard operation
react-emoji-render copied to clipboard

Normalize and render emoji's the way your users expect.

Results 16 react-emoji-render issues
Sort by recently updated
recently updated
newest added

@Favna wrote a very informative explanation about `emoji-regex` status and its integration with the emoji image libraries we are using [here](https://github.com/tommoor/react-emoji-render/pull/51#issuecomment-627170937). We have now to agree on the direction we...

help wanted

The regex that identifies ascii emojis and replaces them by the actual emojis should check for whitespace before and after the match. Or it may add inconvenient emojis in some...

help wanted

Closes #67 Works well for most cases: ![image](https://user-images.githubusercontent.com/25571542/103607971-553d2700-4f6e-11eb-8536-fac35a276e92.png) ![image](https://user-images.githubusercontent.com/25571542/103607987-5ec68f00-4f6e-11eb-94a4-d965119e58e4.png) How the customAliases were found: ```ts // GitHub exclusive emojis - not part of unicode standard. // These were found by...

It would be great if this component supports emojis from Github, notably the unique ones such as `:octocat:` :octocat: or `:electron:` :electron:. There's an api endpoint that gives the png...

help wanted

Thanks for a great package - works well! One issue I've found is that the toArray method adds a stray array element at the end with what appears to be...

bug

**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...

## Related issue closes #115 ## Updates - Added isDefault to Emoji - if isDefault is set false, the style will be empty instead of `{ width: "1em", height: "1em",...

I was working on a vertical alignment [issue](https://github.com/open-sauced/app/issues/1509). They use the Emoji component. It would be nice if there is an option to empty the emoji style. This issue is...

I got a clone and just did `yarn install` and `yarn update-aliases`, ```shell ➜ react-emoji-render git:(master) ✗ yarn update-aliases yarn run v1.22.19 $ node tasks/parse.js && node tasks/merge.js && node...