Denys Kozak
Denys Kozak
@csmaller @renan-khalibre I had the same issue. It was caused by `dotenv-webpack` version `3.0.0`. Downgrading it to `2.0.0` resolved the issue.
@Celibioux thank you! Currently, I am making all efforts to help my family, friends, and country to survive. I hope this war will finish soon and I will be able...
Hi @Andrei-Rosu You can pass data like this to qr-code-styling and it should generate the proper QR code for vcard: ``` data: `BEGIN:VCARD VERSION:3.0 N:kozak;denys FN:denys kozak END:VCARD` ```
But it is a good idea to add this info to the documentation. Thanks @Andrei-Rosu
Hi @mpmrepository, you can change the size of the canvas container via CSS. For the [README](https://github.com/kozakdenys/qr-code-styling/blob/master/README.md) example it will be: ``` ... const qrCode = new QRCodeStyling({ width: 300, height:...
Hi @diegomejia818 The type option has two possible values: 'svg' or 'canvas', it is a rendering type. Could you please send the full options object? I want to debug it.
Hi @tvajjhala Thank you for your question! Currently, this lib doesn't support node environment, it requires DOM functions. But I am planning to add support of such feature in future...
Hi @gabrielvega Thanks for reaching out, I will take a closer look at this issue and let you know, how you can help me with this.
@mr-piratman @nishagr, sorry, but no luck with node support yet. It turned out a more difficult task than I expected so I postponed it.
Hi @missakation @samerlol sorry for missing for so long 🥹 Here is open PRs with additional dot styles so I will merge it soon. In version [v1.6.0](https://github.com/kozakdenys/qr-code-styling/releases/tag/v1.6.0) and above was...