-
I'm interested in adding [yew](https://github.com/yewstack/yew) support for this so it can be rendered as a `` svg component that accepts attributes.
I have been using this crate in my yew applicat…
-
`logoPunchoutBackground(true)` has no effect on SVG files.
![Screenshot 2024-10-09 105946](https://github.com/user-attachments/assets/d9e3c8d8-4c4d-4e43-b79e-67c4d214424d)
````php
-
Consider the following example:
```
QR Code MWE
window.onload = function() {
var qrcode = new QRCode(document.getElementById("qrcode"), {
width : 300,
height : …
-
I am just learning how to use this python module, so I may not be using it as intended, but it does seem like some error is not being handled appropriately. Here's my code:
```
import qrcode
import…
-
Hello,
I have this problem in an extension: using 1 SVG text allows to download PNG, but using 2 SVG text does not allow to download PNG.
```
qrCode.download({` name: "qr", extension: "png" })
`…
-
I was looking for a way to display QRImage in SVG format but couldn't find one.
The only example I found is at [diagrams-qrcode](https://github.com/prowdsponsor/diagrams-qrcode/blob/master/examples/u…
-
有人在 deno 提供兼容: https://github.com/lowlighter/libs/blob/7e138809c4d645f7ed2411f32744b53c3ecde5b5/qrcode/mod.ts
还有一些更常见的, 但没有测试 deno 兼容性: https://github.com/papnkukn/qrcode-svg/blob/47d56ec28fcd0a3aa…
iugo updated
4 months ago
-
I'm getting this error when calling `fetchWeatherApi()` in my React Native app:
`ReferenceError: Property 'TextDecoder' doesn't exist`
I'm able to work around the issue by polyfilling, as done h…
-
I get this Error even when I have installed @react-native-qrcode-svg and @react-native-svg.
And I didn't find any solution.
`
import React from 'react';
import { View, Text, SafeAreaView, Touchabl…
-
embeded_image_path works well when we want a QRCode in PNG but when we ask for an SVG version the image no longer appears, we only have the QRCode. ("qrcode": "7.3.1")