0.0.2 • Published 9 years ago

emoji-tools v0.0.2

Weekly downloads
1
License
ISC
Repository
github
Last release
9 years ago

Emoji-Tools

Description

Node module providing a set of functions for:

  • Extracting emoji characters from Apple's Category-Emoji.plist plist file
  • Extracting emoji images from Apple's Apple Color Emoji.tff font file
  • Creating a CSS file from the emoji images
  • Base64 Inlining the images in that CSS file

Installation

npm i emoji-tools --save

Usage

See example.js.