Halftone-QRCode-Generator
Halftone-QRCode-Generator copied to clipboard
Halftone QR Code Generator by Lachlan Arthur
Results
1
Halftone-QRCode-Generator issues
Sort by
recently updated
recently updated
newest added
master/halftoneqr.js, line 113: var width = Math.sqrt(d.length / 4) / pixelSize; should be: var width = Math.sqrt(d.length / 4); to make the atkinson dithering work correctly.