AgileNix / funkylog

Learning JavaScript should be fun!

Home Page:https://learn.coderslang.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

https://learn.coderslang.com

License:MIT License


Languages

Language:JavaScript 100.0%