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
npm i emoji-tools --save
See example.js.