文件名称:ansi-escapes:用于操作终端的ANSI转义码
文件大小:56KB
文件格式:ZIP
更新时间:2024-05-18 20:57:56
JavaScript
逃逸 用于操作终端的 安装 $ npm install ansi-escapes 用法 import ansiEscapes from 'ansi-escapes' ; // Moves the cursor two rows up and to the left process . stdout . write ( ansiEscapes . cursorUp ( 2 ) + ansiEscapes . cursorLeft ) ; //=> '\u001B[2A\u001B[1000D' 原料药 cursorTo(x,y?) 设置光标的绝对位置。 x0 y0是屏幕的左上方。 cursorMove(x,y?) 设置光标相对于其当前位置的位置。 cursorUp(count) 将光标向上移动特定数量的行。 默认值为1 。 cursorDown(count) 将光标向下移动特定数量的
【文件预览】:
ansi-escapes-main
----index.test-d.ts(2KB)
----.gitattributes(19B)
----.github()
--------funding.yml(118B)
--------security.md(179B)
--------workflows()
----fixture.jpg(58KB)
----example.js(357B)
----test.js(231B)
----license(1KB)
----index.d.ts(5KB)
----.npmrc(19B)
----.editorconfig(175B)
----.gitignore(23B)
----index.js(4KB)
----readme.md(5KB)
----package.json(977B)