emoji-favicon

0.3.0 • Public • Published

Emoji-Favicon

Emoji-favicon is middleware for creating nice emoji favicons. It can be used with servers like connect or express.

Build

Installation

Instal via npm:

$ npm i emoji-favicon

Usage

Middleware has one argument. It should be emoji name. If emoji not found it throws an error.

var express = require('express');
var emojiFavicon = require('emoji-favicon');
 
express().use(emojiFavicon('smiley'));
// ...

Works both with express and connect.

Credentials

Emoji list at Emoji cheat sheet.

Based on emoji-img package.

License

MIT.

Package Sidebar

Install

npm i emoji-favicon

Weekly Downloads

9

Version

0.3.0

License

MIT

Last publish

Collaborators

  • rumkin