honza / node-thumbnail

Thumbnail worker queue for node.js
http://honza.ca/node-thumbnail/
Other
103 stars 23 forks source link

Add documentation of `quiet` default in README.md #10

Closed oksas closed 7 years ago

oksas commented 7 years ago

First off, thank you for making this package :D It's super easy to use and does just what I was looking for 🎉 🎉

This change adds some clarification to the README regarding the quiet property in the options. All console.log messages are disabled if quiet is set to true in the options, but I wasn't aware this option existed till I peeked in the code and saw it here. I am using this module in a unit test, so without quiet set to true, my Mocha test output would have the thumbnail name thrown in the middle of it.

Thank you again for making this module 🌮

honza commented 7 years ago

Excellent, thanks! I guess we should add some tests, eh? :)