bin2array to dynamically create C array on build

This commit is contained in:
iranl
2025-07-06 21:02:43 +02:00
parent aaa22640cc
commit 1bde4cca4b
35 changed files with 2890 additions and 932 deletions

View File

@@ -0,0 +1,12 @@
{
"scripts": {
"build": "node build.js"
},
"dependencies": {
"html-minifier-terser": "^7.1.0"
},
"license": "MIT",
"files": [
"LICENSE"
]
}