hadley / emo

Easily insert emoji into R and RMarkdown

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image alternative

romainfrancois opened this issue · comments

Like what https://github.com/twitter/twemoji does.

Probably useful in the markdown context.

twemoji.parse('I \u2764\uFE0F emoji!');

// will produce
/*
I <img
  class="emoji"
  draggable="false"
  alt="❤️"
  src="https://twemoji.maxcdn.com/36x36/2764.png"/> emoji!
*/

But preferably using apple emojis instead.

We'd write a md file with emojis, and have a document hook that inserts these so that everybody sees the same thing.