Const
Framed style
// ANSI Themeframed("text") // => "\x1b[51mtext\x1b[54m" (includes reset to not framed)`${framed}text` // => "\x1b[51mtext" (no reset included)framed + "text" // => "\x1b[51mtext" (no reset included)framed.concat("text") // => "\x1b[51mtext" (no reset included) Copy
// ANSI Themeframed("text") // => "\x1b[51mtext\x1b[54m" (includes reset to not framed)`${framed}text` // => "\x1b[51mtext" (no reset included)framed + "text" // => "\x1b[51mtext" (no reset included)framed.concat("text") // => "\x1b[51mtext" (no reset included)
Framed style