```newQRCode(document.getElementById("qrcode"),"http://jindo.dev.naver.com/collie");```orwithsomeoptions```varqrcode=newQRCode(document.getElementById("qrcode"),{ text:"http://jindo.dev.naver.com/collie", width:128, height:128, colorDark:"#000000", colorLight:"#ffffff", correctLevel:QRCode.CorrectLevel.H});```
1