consolestdiorc
v0.0.5
Published
console stdio rc
Downloads
8
Readme
consolestdiorc
simple stdio helper
install
npm i consolestdiorc
init
const stdio = new (require('consolestdiorc')).base()
clear
stdio.clear();
stdio.print( text );
printLn
stdio.printLn( text );
printTo
stdio.printLn(
text,
x,
y
);
cursorTo
stdio.cursorTo(
x,
y
);
cursorHide
stdio.cursorHide();
cursorShow
stdio.cursorShow();