Convoker Theme
An ANSI coloring library, as well as theme definitions for core, logging and prompting.
import { theme } from "convoker";
console.log(`${theme.bold("Hello,")} ${theme.green("World!")}`);
An ANSI coloring library, as well as theme definitions for core, logging and prompting.
import { theme } from "convoker";
console.log(`${theme.bold("Hello,")} ${theme.green("World!")}`);