2.0.3 • Published 3 years ago

@tobben/console.lol v2.0.3

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

Test

console.lol 😂

Adds lol() to the console api for a more fun debug experience.

Usage

$ npm install @tobben/console.lol

In the initialisation of your javascript:

import bootstrapLol from '@tobben/console.lol'

// Bootstraps the console.lol
bootstrapLol()

console.lol('Hello world!') // prints "Hello world! 😂"

Options

Intrusive mode

Replaces all parameters with 😂-emoji, for maximized intrusive fun debugging.

Usage:

import bootstrapLol from '@tobben/console.lol'

bootstrapLol({ mode: "intrusive" })

Motivation

Lol

2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago