Skip to content

AgileNix/funkylog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!');

About

Learning JavaScript should be fun!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published