0.0.2 • Published 3 years ago

direct-terminal v0.0.2

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

FUNKYLOG - Make your console.logs look interactive!

Funkylog lets you add the delay between printing out the characters to the console.

Step 1: configure the delay and add optional randomization

Step 2: just pass in the string!

INSTALLATION

npm install --save funkylog

USAGE

import funkylog from 'funkylog';

const { log } = funkylog({ delay: 100, randomized: true });
log('Hello, Funky World!').then(...);
await log('Hello, Funky World!');