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

feat: update of canvas library to use with node 18 #36

Closed ghost closed 1 year ago

ghost commented 1 year ago

The library currently uses canvas@2.8.0, which doesn’t support node 18. Since canvas started to support it from v2.10.2. I suggest to update it to use EasyQRCodeJS-NodeJS with last version of node.

ananth-pranav commented 1 year ago

Can we merge it? I have a project that needs this!