Skip to main content
Module

x/terminal_images/deps.ts>colors.bgYellow

A Deno module and CLI tool for printing images to the console
Go to Latest
function colors.bgYellow
import { colors } from "https://deno.land/x/terminal_images@3.0.0/deps.ts";
const { bgYellow } = colors;

Set background color to yellow.

Parameters

str: string

text to make its background yellow

Returns

string