QR code generator
CLI equivalent #
go install github.com/royalicing/qip@latest
echo "https://example.com" \
| qip run components/text/uri-list/url-to-qr-svg.wasm \
> qr.svg
This module expects text/uri-list and outputs image/svg+xml.
go install github.com/royalicing/qip@latest
echo "https://example.com" \
| qip run components/text/uri-list/url-to-qr-svg.wasm \
> qr.svg
This module expects text/uri-list and outputs image/svg+xml.