qrframe – generate beautiful qr codes with javascript code

This web content is a QR code generator inspired by QRBTF and Anthony Fu’s QR Toolkit, offering creative possibilities with the ability to import external libraries and fetch external files. Users can customize data encoding mode, version, and error tolerance, as well as customize appearance using presets or creating new ones from scratch. The code runs directly in the browser with no restrictions, allowing for customization of UI parameters. It emphasizes that generated SVGs are not sanitized to avoid breaking perfectly fine SVGs. Users can create presets by defining UI components and exporting parameters.

Controversial information: Generated SVGs are not sanitized

Surprising content: The generator does not have a sandbox, whitelist, blacklist, or anything besides a 5s timeout to stop infinite loops.

https://github.com/zhengkyl/qrframe

To top