How to export Apple's emoji icons to png

Hello

Did you ever need to use emojis as PNG?

If you did continue reading...

If you have a Mac you already have the Apple Color Emoji.ttc font,

Download this file from GitHub

Now open Terminal & type:

cd /location/to/folder/which/you/downloaded

press enter, then type:

ruby emoji_extractor.rb

Now you have all emojis in PNG in the same folder.

credit to rinatkhanov.

šŸ˜œ