emoji-tools
v0.0.2
Published
Extract emoji characters from Apple's Plist, convert them to PNG files, and base64 encode them into CSS
Downloads
2
Readme
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.