Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 242 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 242 Bytes

Fancy Sauce

Pretty console logs.

Example Usage

import * as FancySauce from 'fancy-sauce.js';

FancySauce.error("This is an error.");
FancySauce.warning("This is a warning.");
FancySauce.info("This is informational.");