文件名称:strip-ansi-stream:去除ANSI转义码
文件大小:4KB
文件格式:ZIP
更新时间:2024-05-19 05:30:01
nodejs javascript console color streaming
Strip-ansi-stream 去除 安装 $ npm install strip-ansi-stream 用法 import stripAnsiStream from 'strip-ansi-stream' ; const stream = stripAnsiStream ( ) ; stream . on ( 'data' , data => { console . log ( data ) ; //=> 'Unicorn' //=> 'bar' } ) stream . write ( '\u001B[4mUnicorn\u001B[0m' ) ; stream . end ( '\u001B[0;33;49;3;9;4mbar\u001B[0m' ) ; 原料药 stripAnsiStream() 返回去除ANSI转义码的。 有关的 此模块的非流版本 检查字符串是否具
【文件预览】:
strip-ansi-stream-main
----index.js(166B)
----test.js(620B)
----package.json(823B)
----readme.md(965B)
----.github()
--------workflows()
----license(1KB)
----.gitignore(23B)
----.npmrc(19B)
----.editorconfig(175B)
----.gitattributes(19B)