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

qrcode.js .createTableTagMin - minimize html table cell #111

Open andrzejQ opened 1 year ago

andrzejQ commented 1 year ago

... to <td/> and <td w/>. Almost 159/6=26.5 times smaller HTML.

andrzejQ commented 1 year ago

I used your qrcode.js library on https://andrzejq.github.io/Jekyll_app1htmlFile/download/QRcode1.html

kazuhikoarase commented 1 year ago

Hi, All the implementation of output is just an opition. User can implement what their need. Thank you.