rsthn / rose-qr
Bacon QR Adapter for Rose
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:rose-extension
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")