papnkukn / qrcode-svg

A simple QR Code generator in pure JavaScript / node.js library
MIT License
451 stars 93 forks source link

length overflow for emojis? #25

Open Zaniyar opened 2 years ago

Zaniyar commented 2 years ago

const hello = new QRCode("🖤🌹");

qrcode.js:106 Uncaught Error: code length overflow. (132>128) at QRCodeModel.createData (qrcode.js:106:47) at QRCodeModel.makeImpl (qrcode.js:91:26) at QRCodeModel.getBestMaskPattern (qrcode.js:92:473) at QRCodeModel.make (qrcode.js:89:101)

Is it possible to encode emojis inside the qrcode?