From 7e6c682aff7746e7946851c5e54520fcc0188a34 Mon Sep 17 00:00:00 2001 From: Loren Sands-Ramshaw Date: Mon, 3 Aug 2015 11:18:32 -0400 Subject: [PATCH] Added performance note on sprites to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71d8ec3b..2641f1e4 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Go to this project's [GitHub pages](http://hassankhan.github.com/emojify.js) to - Awesome - Converts emoticons like `:) :( :'(` - Allows customisation of processed emoji -- Multiple modes; `img`, sprites and data-URI +- Multiple modes; `img`, data-URI, and sprites (best for [load time](https://css-tricks.com/css-sprites/) and [render performance](https://medium.com/parlay-engineering/emoji-at-scale-render-performance-of-css-sprites-vs-individual-images-f0a0a2dd8039)) - Available on a CDN **(gasp)** - Includes a [sample `.htaccess` file](.htaccess) for caching Javascript and CSS - Switchable emoji sets **(SOON!)**