diff --git a/README.md b/README.md index 89d0fc9cb9..676f52410a 100644 --- a/README.md +++ b/README.md @@ -404,7 +404,7 @@ Useful Tools and Resources - [Jade Syntax Documentation by Example](http://naltatis.github.io/jade-syntax-docs/#attributes) - Even better than official Jade docs. - [HTML to Jade converter](http://html2jade.aaron-powell.com) - Extremely valuable when you need to quickly copy and paste HTML snippets from the web. - [JavascriptOO](http://www.javascriptoo.com/) - A directory of JavaScript libraries with examples, CDN links, statistics, and videos. - +- [Favicon Generator](http://realfavicongenerator.net/) - Generate favicons for PC, Android, iOS, Windows 8. Recommended Design Resources ---------------------------- @@ -430,6 +430,7 @@ Recommended Node.js Libraries - [Numeral.js](http://numeraljs.com) - Library for formatting and manipulating numbers. - [Node Inspector](https://github.com/node-inspector/node-inspector) - Node.js debugger based on Chrome Developer Tools. - [node-taglib](https://github.com/nikhilm/node-taglib) - Library for reading the meta-data of several popular audio formats. +- [sharp](https://github.com/lovell/sharp) - Node.js module for resizing JPEG, PNG, WebP and TIFF images. Recommended Client-side Libraries ---------------------------------