4.0.0
- Added
.blahtemplates. - Rewritten the code, almost from scratch.
- Relicensed under The KINDLY License.
- Added tests.
- Replaced
strikethroughwithstrike.
Features
-
Using objects:
var c = new Couleurs("Hello World"); c.bg("#somecolor").fg("#fgcolor").bold(); console.log(c.toString());
-
For a single foreground color:
console.log(Couleurs("Hello World", "color"));
-
Modifying
StringprototypeCouleurs.proto(); console.log("Hello World".italic().strike());
⭐ 🌟