emo icon indicating copy to clipboard operation
emo copied to clipboard

image alternative

Open romainfrancois opened this issue 7 years ago • 0 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.

  • can grab them from the unicode website (they are using base64) http://unicode.org/emoji/charts/full-emoji-list.html or emojipedia.

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

romainfrancois avatar Aug 19 '17 07:08 romainfrancois