mirror of
https://github.com/danbulant/console256
synced 2026-07-04 02:30:48 +00:00
Init
This commit is contained in:
commit
ee65374c78
2 changed files with 15 additions and 0 deletions
3
index.js
Normal file
3
index.js
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
|
||||||
|
const WIDTH = process.stdout.columns
|
||||||
|
const HEIGHT = process.stdout.rows;
|
||||||
12
package.json
Normal file
12
package.json
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"name": "console",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "",
|
||||||
|
"main": "index.js",
|
||||||
|
"scripts": {
|
||||||
|
"start": "node ."
|
||||||
|
},
|
||||||
|
"keywords": [],
|
||||||
|
"author": "",
|
||||||
|
"license": "ISC"
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue