0.3.0 • Published 7 years ago

log-with-style v0.3.0

Weekly downloads
151
License
MIT
Repository
github
Last release
7 years ago

Log

Console.log with style

Demo

Features

  • Safely call log (instead of console.log) in any browser.
  • Use markdown syntax for quick formatting:
    • italic log('this is *italic*')
    • bold log('this word _bold_')
    • code log('this word `code`')
  • Use a custom syntax to style text however you want: log('this is [c="color: red"]red[c]').

Installation

The easiest way to add log to a website is with Eager.

Support

Stylized logs are supported in the following browsers:

  • Chrome 26+
  • Firefox 31+ or with Firebug 1.11 beta 2 or later
  • Opera with Blink (15+)
  • Safari Nightly (537.38+)

Screenshot

npm.io

Implementations