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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.3.0
    20
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.3.0
    20
  • 0.2.3
    2
  • 0.2.1
    2
  • 0.2.0
    2
  • 0.0.1
    2

Package Sidebar

Install

npm i emoji-favicon

Weekly Downloads

10

Version

0.3.0

License

MIT

Last publish

Collaborators

  • rumkin