my-library-nikita
v1.0.0
Published
A library that prints 'Hello World' with colorful letters
Downloads
3
Maintainers
Readme
colorful-hello-world
A simple library that prints "Hello World" with colorful letters in console.
Installation
npm install colorful-hello-worldUsage
const { colorfulHelloWorld, getColoredText } = require('colorful-hello-world');
// Print colorful "Hello World" to console
colorfulHelloWorld();
// Get colorful text as string
const coloredText = getColoredText('Hello World');
console.log(coloredText);Example output

