rsthn / rose-qr
Bacon QR Adapter for Rose
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:rose-extension
Requires
- php: ^8.1
- bacon/bacon-qr-code: ^2.0
- rsthn/rose-extension-installer: *
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:string
Generates a new QR code an returns an SVG image data string.
(qr::create "Hello World")
qr::uri
contents:string
Generates a new QR code an returns an SVG data-URI string.
(qr::uri "Hello World")