igrigorik / webp-detect

WebP with Accept negotiation

Home Page:http://www.igvita.com/2013/05/01/deploying-webp-via-accept-content-negotiation/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider mentioning node connect middleware

msemenistyi opened this issue · comments

I've created connect/express middleware for switching to webp/jpegxr both by Accept header if possible or useragent otherwise.
As these are the most popular frameworks for Node.js, I thought it might be useful for some people.
https://github.com/msemenistyi/connect-image-optimus

Nice, again.. :-)

Added a link in the readme.