This commit is contained in:
2026-05-20 16:53:23 -04:00
commit dd138d5c4f
77 changed files with 973678 additions and 0 deletions

12
package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "bubble-chamber",
"version": "3.0.0",
"description": "Parametric bubble-chamber plate generator — deterministic scene model, photographic + vector renderers.",
"type": "module",
"scripts": {
"build": "node build.mjs",
"shot": "tools/shoot.sh",
"svg": "node tools/render-svg.mjs"
},
"license": "MIT"
}