-
-
Notifications
You must be signed in to change notification settings - Fork 0
3. Examples
Axorax edited this page Apr 15, 2023
·
3 revisions
colorium('Hello world!').red.log();
const log = console.log;
log(colorium('Hello world!').red);
console.log("Hello world!".red.underline)