Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/crayon/src/extensions/css_keywords.ts>cssKeywords

🖍️ Terminal styling done light and fast.
Go to Latest
variable cssKeywords
import { cssKeywords } from "https://deno.land/x/crayon@3.3.2/src/extensions/css_keywords.ts";

Map containing CSS Color Keywords mapped to ANSI Escape Code which correspond to its color

type

Map<CssKeywords, () => StyleCode>