ushelp / EasyQRCodeJS-NodeJS

EasyQRCodeJS-NodeJS is a NodeJS server side javascript QRCode image(PNG/JPEG/SVG/Base64 data url) generator. Support setting Dot style, Logo, Background image, Colorful, Title and more. Support binary(hex) data mode.
https://easyproject.cn/easyqrcode
MIT License
103 stars 53 forks source link

Fix duplicate this._bIsPainted property assignment #4

Closed manhcuongdtbk closed 4 years ago

manhcuongdtbk commented 4 years ago

this._bIsPainted is assigned twice with the same value (false).