Get the latest tech news
Client-side QR code generator with SVG output
QRSVG is a small JavaScript project to render a two-dimensional bitmask (mostly assumed to be a QR code) to an SVG element as a collection of SVG paths with defined purposes.
QR codes have established themselves as a popular way to provide a chunk of digital information (most commonly a web address to jump to) via physical media. Conversion of QR code data into efficient SVG markup Shape and color customization QR codes can be made downloadable in SVG and PNG formats Entirely client-side, hostable as static files (i.e. making this available to you costs me nothing) If the demo QR code generator at the top of this page is convenient for you too, please feel free to spread the word!
Or read this on Hacker News