Fixed
qr-codescaling. The SVG bound itsviewBoxvia a plain:viewBox, which the HTML parser lowercases toviewbox— silently ignored since SVG'sviewBoxis case-sensitive. With no valid viewBox the code rendered at ~1px per module instead of fillingsize. Now bound with Alpine's.camelmodifier (:view-box.camel="viewBox") so it scales to anysize, crisp and scannable. Thanks @afiqiqmal for the diagnosis (#9).
Full Changelog: v1.17.0...v1.17.1