Add mural compression

This commit is contained in:
2025-02-11 22:18:40 +01:00
parent 8d5cdf79d8
commit 006786ea29
11 changed files with 550 additions and 163 deletions
+9 -1
View File
@@ -9,7 +9,10 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"authors": ["0xa663", "Terncode"],
"authors": [
"0xa663",
"Terncode"
],
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.1",
@@ -18,14 +21,19 @@
"@types/chrome": "0.0.260",
"@types/file-saver": "^2.0.7",
"@types/lodash": "^4.14.202",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"chokidar": "^3.6.0",
"copy-dir": "^1.3.0",
"esbuild": "^0.20.0",
"file-saver": "^2.0.5",
"lodash": "^4.17.21",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rgbquant": "^1.1.2",
"stream": "^0.0.3",
"stream-browserify": "^3.0.0",
"styled-components": "^6.1.8",
"typescript": "^5.3.3"
},