# SmashUp

Package for logging beautiful messages to the console.

## Getting Started

```sh
npm install smashup
```

## Usage

```js
const smashup = require('./smashup');
smashup.log('hello', 'yellow', 'black');
```
