gnablib
Version:
A lean, zero dependency library to provide a useful base for your project.
2 lines • 572 B
JavaScript
/*! Copyright 2024 the gnablib contributors MPL-1.1 */
export const color={black:"[30m",red:"[31m",green:"[32m",yellow:"[33m",blue:"[34m",magenta:"[35m",cyan:"[36m",white:"[37m",gray:"[90m",reset:"[39m"};export const bgColor={black:"[40m",red:"[41m",green:"[42m",yellow:"[43m",blue:"[44m",magenta:"[45m",cyan:"[46m",white:"[47m",gray:"[100m",reset:"[49m"};export const style={reset:"[m",bold:"[1m",faint:"[2m",italic:"[3m",underline:"[4m",invert:"[7m",strike:"[9m",regularWeight:"[22m",notItalic:"[23m",notUnderline:"[24m",notStrike:"[29m"};