kopia lustrzana https://github.com/zhengkyl/qrframe
![]() |
||
---|---|---|
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.
Extending with noise | ||
---|---|---|
|
|
|
Using external libs like Rough.js | ||
![]() |
![]() |
![]() |
Variations of existing styles | ||
|
![]() |
|
Styles 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 and PNG (canvas)
- All code runs directly in browser. There are no safeguards except that which browser vendors have bestowed upon us.