flatnax.blogg.se

Artoolkit tutorial español
Artoolkit tutorial español






artoolkit tutorial español artoolkit tutorial español artoolkit tutorial español

Or a slightly less nifty way which doesn't extend String.prototype var colors = require('colors/safe') Ĭonsole.log(een('hello')) // outputs green textĬonsole.log(('i like cake and pies')) // outputs red underlined textĬonsole.log(colors.inverse('inverse the color')) // inverses the colorĬonsole.log(colors.rainbow('OMG Rainbows!')) // rainbowĬonsole.log(ap('Run the trap')) // Drops the bass The super nifty way var colors = require('colors') Ĭonsole.log('hello'.green) // outputs green textĬonsole.log('i like cake and pies'.underline.red) // outputs red underlined textĬonsole.log('inverse the color'.inverse) // inverses the colorĬonsole.log('OMG Rainbows!'.rainbow) // rainbowĬonsole.log('Run the trap'.trap) // Drops the bass get color and style in your node.js consoleīy popular demand, colors now ships with two types of usages! Please open Issues to provide feedback, and check the develop branch for the latest bleeding-edge updates. Please check out the roadmap for upcoming features and releases.








Artoolkit tutorial español