Initial implementation of the web emulator

This commit is contained in:
ovosimpatico
2024-11-14 10:01:10 -03:00
parent 255070feeb
commit b20d3954c6
11 changed files with 568 additions and 4 deletions

View File

@@ -13,7 +13,8 @@
"node-html-parser": "^6.1.13",
"piscina": "^4.7.0",
"sanitize": "^2.1.2",
"figlet": "^1.7.0"
"figlet": "^1.7.0",
"jszip": "^3.10.1"
},
"type": "module"
}