Added JS engine.

This commit is contained in:
2021-09-18 00:39:00 -07:00
parent 314f9a1aa7
commit 833ec5ae5f
52 changed files with 547 additions and 35712 deletions

View File

@@ -5,7 +5,11 @@
"author": "Dominic Masters <dominic@domsplace.com>",
"license": "MIT",
"private": true,
"scripts": {
"build": "tsc -p ."
},
"dependencies": {
"pngjs": "^6.0.0"
"tsc": "^2.0.3",
"typescript": "^4.4.3"
}
}