Open JTallis opened 7 years ago
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.
Thanks, @JTallis, your solution is working perfectly! :+1:
This seems like an up to date alternative: https://github.com/SebastianAigner/twemoji-amazing
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:
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.