文件名称:wren-colors:将花式消息打印到终端
文件大小:2KB
文件格式:ZIP
更新时间:2024-06-04 14:45:42
ren色 将奇特的消息打印到终端。 用法 假设您已将此存储库包含在项目根目录的/wren-colors下。 import 'wren-colors/index' for AnsiColors, AnsiPrinter var a = new AnsiPrinter(AnsiColors.BLUE, AnsiColors.WHITE_B, AnsiColors.BLINK) a.print( "This text should be blue on a white background and blink." ) var b = new AnsiPrinter(AnsiColors.BLUE, AnsiColors.WHITE_B) b.print( "This text should be blue on a white background." ) var c = new AnsiP
【文件预览】:
wren-colors-master
----README.md(569B)
----LICENSE(1KB)
----index.wren(4KB)