Detalhes do pacote

wloggerfromasciitocss

Wandalen4MITdepreciado0.4.77

Deprecated

Class to transform ansi styled input into css styled output supported by the browser's console.

wTools, logger, logging, log

readme (leia-me)

wLoggerFromAsciiToCss Build Status

Class to transform ansi styled input into css styled output supported by the browser's console.

Installation

npm install wloggerfromasciitocss
Example #1
var l = new _.LoggerFromAsciiToCss({ output : console });
l.log( _.color.strFormatForeground( 'text', 'red' ) );
// %ctext color:rgba(255,51,0,1);