@route-bible/qr
v0.1.0
Published
QR generation and canonical route URL helpers for route.bible.
Maintainers
Readme
@route-bible/qr
QR asset generation for route.bible, including single-file and ZIP batch output.
Install
pnpm add @route-bible/qrUsage
import { generateQrResponsePayload } from "@route-bible/qr";
const result = await generateQrResponsePayload(
{
items: [{ passage: "John 3:16", translation: "ESV", mode: "launcher" }],
format: "svg",
caption: true,
},
"https://route.bible",
);Local Development
pnpm build
pnpm test
pnpm typecheck