rsthn / rose-qr
Bacon QR Adapter for Rose
1.0.2
2025-02-03 08:40 UTC
Requires
README
This extension adds QR generation support to Rose using the famous BaconQrCode library.
Installation
composer require rsthn/rose-qr
Expression Functions
qr:create <contents:str>
Generates a new QR code an returns an SVG image data string.
(qr:create "Hello World")
qr:uri <contents:str>
Generates a new QR code an returns an SVG data-URI string.
(qr:uri "Hello World")