code-based qr code generator
 
 
 
Go to file
Kyle Zheng ca55a9981e
fix readme images
2024-08-05 01:51:19 -04:00
examples update presets, update readme 2024-08-05 01:39:36 -04:00
presets update presets, update readme 2024-08-05 01:39:36 -04:00
public set vercel preset + update icon 2024-05-09 19:24:21 -04:00
src update presets, update readme 2024-08-05 01:39:36 -04:00
.gitignore setup + number input 2024-05-04 23:34:27 -04:00
README.md fix readme images 2024-08-05 01:51:19 -04:00
app.config.ts use npm fuqr + cleanup 2024-07-06 23:57:44 -04:00
package.json implement blocks preset aka dsj from qrbtf 2024-08-04 01:59:29 -04:00
pnpm-lock.yaml marginless 2024-07-25 03:19:48 -04:00
tsconfig.json setup + number input 2024-05-04 23:34:27 -04:00
uno.config.ts mobile friendly scroll thumbnails + hide code 2024-07-30 04:26:53 -04:00
updatePresets.js add bubbles preset 2024-08-04 18:00:16 -04:00

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

style select ui

Customizable parameters defined in code

code and parameter editor ui

Examples

I'm working on more examples.

Basic styles
Implementing styles from QRBTF