Icon resizing of viewPort dynamically, ability to specify custom fore and background colors via env vars (#32)

This commit is contained in:
Simon J
2021-08-26 15:18:15 +10:00
committed by GitHub
parent b900863c78
commit d1f00f549c
26 changed files with 930 additions and 200 deletions

5
nodemon.json Normal file
View File

@@ -0,0 +1,5 @@
{
"watch": ["src/**/*.ts", "web/**/*.svg"],
"ignore": [],
"exec": "ts-node ./src/app.ts"
}