1.0.1 • Published 5 years ago

stratter v1.0.1

Weekly downloads
2
License
WTFPL
Repository
github
Last release
5 years ago

Stratter

Installation

You can install Stratter using NPM via npm i stratter.

Usage

// Refrence Stratter as a dependency
const format = require("stratter");

// Create a formatted String with red text on a black background that is underlined
const helloWorld = format("Hello World", {
	foreground: "red",
	background: "black",
	options: ["underscore"]
});

// Log the formatted String to the console
console.log(helloWorld);

Need assistance? Ask in CodeSupport.