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

13 lines
592 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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