node-noto-emoji
v0.2.0
Published
## What is this?
Downloads
3
Readme
(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-emojiWebpack Config
Use file-loader or url-loader if you prefer.
Using node-noto-emoji
In your javascript, just
beer = require("node-noto-emoji/dist/beer");
template = `<img src="${beer}">`