PhantomOpenEmojiStatic ====================== Static pre-compiled images for Phantom Open Emoji. This repository can be used alone or along with POE core. This repository is already set up as a static resource engine for Rails. Simply add: ``` gem 'phantom_open_emoji_static' ``` to your Gemfile and bundle. All images will be available as if they were in images/poe. For example: ``` <% image_tag 'poe/png64/smiley.png' %> ``` will give you the 64x64 'Smiley' emoji.