Requires node.js (v20.12.2+)
Install deps:
npm installStart the local dev environment:
npm startGenerate static content into the build directory:
npm run buildGIT_USER=<GITHUB_USERNAME> npm run deploy
Generate a horizontal collage from multiple images:
python scripts/make-collage.py output.jpg input1.jpg input2.jpg [input3.jpg ...]