This commit is contained in:
Daniel Bulant 2020-03-13 21:47:14 +01:00
commit ee65374c78
2 changed files with 15 additions and 0 deletions

3
index.js Normal file
View file

@ -0,0 +1,3 @@
const WIDTH = process.stdout.columns
const HEIGHT = process.stdout.rows;

12
package.json Normal file
View file

@ -0,0 +1,12 @@
{
"name": "console",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node ."
},
"keywords": [],
"author": "",
"license": "ISC"
}