Replies: 1 comment 1 reply
-
This could potentially already be possible (even though a bit hacky) by calling the Furthermore, you have to create the svg, and the swiss cross overlay manually. You could do this using my library svg-engine or by just hardcoding it as a string. Take a look at this jsfiddle where you can see what I mean. Depending on how you import the library, it may not be already possible, since the mentioned functions are not exported in the package.json. What is your use case for this feature? If there is a valid use case I may consider to add a native way into the library. |
Beta Was this translation helpful? Give feedback.
-
I'm already using SwissQRBill to create svg and that works like a charm. Now, I have a requirement where I would need QR code only, not the whole bill.
Is there a possibility to implement an option to get the QR code only? Looking at the svg structure, it doesn't look too complicated, it looks like a cheap feature.
For the time being, I can select only QR code svg from whole svg and use it, but it's not such a nice solution.
Beta Was this translation helpful? Give feedback.
All reactions