fonsole

0.2.0 • Public • Published

Fonsole
npm travis

Fonsole

Tiny ~250B browser console formatter.

Usage

Fonsole exports a single object, which has a single method log. fonsole.log replaces your native browser's console.log statement with it's own formatted log statement, which takes in the style to be used as its second argument.

import fonsole from 'fonsole';
 
fonsole.log('Hi There!', 'color: green; font-size: 1.5rem');

License

MIT

Package Sidebar

Install

npm i fonsole

Weekly Downloads

2

Version

0.2.0

License

MIT

Last publish

Collaborators

  • ooade