twemoji-awesome icon indicating copy to clipboard operation
twemoji-awesome copied to clipboard

Package is not updated to the latest

Open JTallis opened this issue 8 years ago • 2 comments

The latest node package available is 1.0.6 but that is different to what is in this repository. It is also noted that 1.0.6 does not have named emojis:

$emoji-map: (
  "1f0cf":"1f0cf",
  "1f1e6":"1f1e6",
  "1f1e6-1f1e8":"1f1e6-1f1e8"
);

Previous versions do have named emojis. This repository depends on twemoji-possum but unfortunately this isn't part of the node package.

What is it that we have to do? twemoji-possum isn't a node package understandably as it isn't JavaScript but that means we have to copy everything from https://github.com/kamalasaurus/twemoji-possum/blob/master/dist/emoji-map.scss along with https://github.com/ellekasai/twemoji-awesome/blob/gh-pages/twemoji-awesome.scss and handle it ourselves.

JTallis avatar Feb 12 '17 16:02 JTallis

Thanks, @JTallis, your solution is working perfectly! :+1:

vladfaust avatar Feb 23 '19 09:02 vladfaust

This seems like an up to date alternative: https://github.com/SebastianAigner/twemoji-amazing

dialex avatar Jun 07 '20 10:06 dialex