Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 410 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 410 Bytes

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.