https://github.com/sindresorhus/ansi-escapes
const ansiEscapes = require('ansi-escapes'); // Moves the cursor two rows up and to the left process.stdout.write(ansiEscapes.cursorUp(2) + ansiEscapes.cursorLeft); //=> '\u001B[2A\u001B[1000D'
등록된 댓글이 없습니다.