kopia lustrzana https://github.com/zhengkyl/qrframe
7a7c3853a3 | ||
---|---|---|
examples | ||
presets | ||
public | ||
src | ||
.gitignore | ||
LICENSE | ||
README.md | ||
app.config.ts | ||
package.json | ||
pnpm-lock.yaml | ||
tsconfig.json | ||
uno.config.ts | ||
updatePresets.js |
README.md
qrframe
framework for making qr codes
Blatantly inspired by QRBTF and Anthony Fu's QR Toolkit.
Examples
I'm working on more examples.
Creative possibilities | ||
---|---|---|
Extending with noise | ||
Import external libs, fetch external files, etc | ||
Styles copied from QRBTF | ||
Features
-
Customize data:
- encoding mode, version, error tolerance, mask pattern
- powered by
fuqr
, my own Rust library imported as WASM. (i use windows, btw)
-
Customize appearance:
- Choose any preset, customize or even create a new one from scratch via code editor.
- Define arbitrary ui parameters in code
- Supports SVG (string) and PNG (canvas)
- All code runs directly in browser in a web worker with no restrictions.