Pretty styles console log output in browsers.
- log(text, [Array of colors], [Array of sizes])
https://cdn.jsdelivr.net/gh/EddieCornelious/pretty/pretty.js
Pretty.log("Black and Yellow", ["black", "yellow"], ["25px", "30px"]);
Pretty.log("USA! USA!", ["red", "silver", "blue"]);
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.