User
API Reference
chalk
- Chainable colors:
.red,.green,.hex('#ff00ff'),.rgb(r,g,b) - Effects:
.bold,.italic,.underline,.blinking - Gradients:
.gradientText(text, start, end)
Animations.Color
HUE(text, conf)– hue rotationRGB(text, conf)– RGB cyclingHEX(text, conf)– HEX cyclingAll(text, conf)– unified mode (hue,rgb,hex)
Animations.Typewriter
typewriter(text, conf)– typewriter effect with options
hbhconsole
log(),success(),warn(),error(),simple()– formatted logs- Live update:
.update(newMessage) - Clear:
.clear()
logger
log(),success(),warn(),error(),simple()progress(downloaded, total)– live progress bar