Repository

Install

v install wygsh.chalk

Example

module main

import wygsh.chalk { c8, rgb }

fn main() {
    println(
        c8('Hello ${c8('world', .green, .bg)}!!\n', .blue, .bg) +
        c8('MORE ${rgb('COLORS', 200, 100, 255, .bg)}!!', .red, .bg)
    )
}

output:

preview_output

About

Chalk clone for V.

0
3
last Dec 24

Author

wygsh