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 auto color always be changed back to true #3

Closed manhcuongdtbk closed 4 years ago

manhcuongdtbk commented 4 years ago

Even when default autoColor value is true, it will always be changed back to true. Now it makes sense when you set default autoColor value and allow user to change it.