Add Webserial (#444)

* Webserial

* Webserial
This commit is contained in:
iranl
2024-08-09 11:35:42 +02:00
committed by GitHub
parent 44b5f71b40
commit 43ac62a22d
86 changed files with 1846 additions and 1192 deletions

View File

@@ -0,0 +1,9 @@
{
"scripts": {
"build": "node finalize.js"
},
"dependencies": {
"@gfx/zopfli": "^1.0.15",
"html-minifier-terser": "^7.1.0"
}
}