code-based qr code generator
 
 
 
Go to file
Kyle Zheng 9ac333bfd9 web workers but sometimes flaky 2024-08-21 23:50:21 -04:00
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.

Use existing presets

style select ui

Customizable parameters defined in code

code and parameter editor ui