noto-color-emoji

1.0.1 • Public • Published

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 = require('require-style')
var html = require('yo-yo')
 
var style = html`
  <style>
    ${requireStyle('noto-color-emoji')} 
 
    body {
      font-family: arial, NotoColorEmoji;
    }
  </style> 
`
document.head.appendChild(style)
 
 
var hello = html`
  <h1>Hello Noto! </h1>
`
document.body.appendChild(hello)

Notes :

  • order of fonts in font-family css matters. I recommend you make NotoColorEmoji 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.

Readme

Keywords

Package Sidebar

Install

npm i noto-color-emoji

Weekly Downloads

273

Version

1.0.1

License

AGPL-3.0

Unpacked Size

7.3 MB

Total Files

5

Last publish

Collaborators

  • mixmix