A free installable web app that turns local images into one PDF without uploading the images to a server.
npm install
npm run devnpm run buildThe production files are created in dist/ and can be hosted as a static site, including on GitHub Pages.
Use the static dist/ output with GitHub Pages. The Vite build uses relative asset paths so it can run from a repository subpath.