fastqr is a QR Code library with a Rust core, image and TUI support, and thin Node.js, browser, and Vue integrations.
vp install
vp run check
vp run test
vp run buildvp run cli -- encode "fastqr"
vp run cli -- render "fastqr" ./code.png
vp run cli -- decode ./code.pngvp run demo
vp run playground
vp run example:ts
vp run example:vue
vp run example:rustMore examples live in examples/README.md.
License: GPL-3.0-only. See LICENSE.