kazuhikoarase / qrcode-generator

QR Code Generator implementation in JavaScript, Java and more.
https://kazuhikoarase.github.io/qrcode-generator/js/demo/
MIT License
2.1k stars 674 forks source link

Add colors and option to get path element #98

Open jowlo opened 3 years ago

jowlo commented 3 years ago

Add background and fill color as options for foreground and background color to svg and table generation. Defaults to black and white respectively.

Also exposes the svg path creation in case one needs only the path element and not an entire svg element.