kopia lustrzana https://github.com/zhengkyl/qrframe
![]() |
||
---|---|---|
examples | ||
presets | ||
public | ||
src | ||
.gitignore | ||
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.
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 and PNG (canvas)
- All code runs directly in browser (no safeguards). This is a hammer, not a toy for babies 🤡.
Use existing presets
Customizable parameters defined in code
Examples
I'm working on more examples.
Basic styles | ||
---|---|---|
![]() |
![]() |
![]() |
Implementing styles from QRBTF | ||
---|---|---|
|
|
|