EasyQRCodeJS
EasyQRCodeJS copied to clipboard
EasyQRCodeJS is a flexible QR code generator using JavaScript, supporting various drawing methods (Canvas, SVG, Table) and customization options. It's compatible with major frameworks and can be direc...
I used an SVG logo and exported the QR code to SVG. The current procedure embeds the logo with an tag: `` The output SVG is not compatible in many...
Hi, thanks for the amazing work. I currently met an issue when trying to use [`makeCode(text)`](https://github.com/ushelp/EasyQRCodeJS#method) method on QR code with a logo, the logo flashes as the code changing....
I'm not able to run the library via AWS lambda for some reason seems that this issue is related to canvas the error that I get when invoking the lambda:...
Is there a way to make the SVG output smaller by generating a single element and calculating the lines that way, instead of hundreds of ? I have seen other...
Is there a way a feature could be added to be able to change the style of the cells, i.e. plain, round, dot like this [example](https://qr-creator.com/url.php)?
Hello When we use a svg logo, the svg QR Code download should include this vectorial logo. It makes sense (imo) to remove it if it's an image and we...
Hey, thanks for the awesome library. Could you add types for the configuration object? Currently it is any in the constructor.
Using the library in Angular 17. I want to download the image without rendering the QR code in the DOM. I see there is a NojeJs package but I want...
Tested Firefox 126.0 Linux amd64 Easy test, try with https://www.easyproject.cn/easyqrcodejs/tryit.html Chromium based browsers produce QR code but Firefox just a transparent square. No errors logged in console.
Right now it doesn't seem like there is any way to set a viewBox for the SVG render, so it makes it difficult to resize the SVG with CSS. Possibly...