0.2.0 • Published 7 years ago

fonsole v0.2.0

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

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