Last active
July 3, 2018 19:09
-
-
Save xxczaki/b5b1ae6f5e3f09ac27eb4f8c8005e0e4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const chalk = require('chalk'); | |
| console.log(chalk.hex('#FF0000')("Lorem ipsum dolor sit amet, consectetur adipiscing elit.")); | |
| console.log(chalk.rgb(123, 45, 67)("Lorem ipsum dolor sit amet, consectetur adipiscing elit.")); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment