Noto-color-emoji
A node module which makes it easier to play with noto-color-emoji fonts
Example Usage
$ npm i noto-color-emoji require-style$ npm i yo-yo
var requireStyle = var html = var style = html``documenthead var hello = html` Hello Noto! `documentbody
Notes :
- order of fonts in
font-family
css matters. I recommend you makeNotoColorEmoji
a fallback (as in example), otherwise it will try to take over all your fonts - this "just works" in electron apps, but for bundled apps read
require-style
documentation about bundling transforms.