QRSVG/README.md
Julian Fietkau 3aea1e3c89 Version bump
2024-09-12 18:09:05 +02:00

592 B
Raw Permalink Blame History

QRSVG

This is a small JavaScript project to render a two-dimensional bitmask (mostly assumed to be a QR code) with a fixed width and height to an SVG element as a collection of SVG paths with defined purposes. The code analyzes the bitmask geometrically and traces the contours of contiguous shapes. It allows rendering QR codes in several stylized ways. Note that this code does not contain an actual QR code creator it expects to receive the 2D QR code as a bitmask for its input. See the project website for a demo and more information.

Version 1.1 https://fietkau.software/qr