0.2.0 • Published 5 years ago

node-noto-emoji v0.2.0

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
5 years ago

(some) Google Noto Emojis for Webpack

What is this?

This is a module to help include some noto-emoji svg icons selectively in a web application bundled with webpack.

Install

npm install --save-dev node-noto-emoji

Webpack Config

Using node-noto-emoji

In your javascript, just

beer = require("node-noto-emoji/dist/beer");

template = `<img src="${beer}">`