Generate QR Code

It is possible to create QR code from fuse and save it in a PNG file?
Thanks for your help.

Generating a QR code, or “drawing” any image in fact, requires you to do that on a canvas. In Fuse, there is no simple UX/JS control to achieve that, so you should be looking at implementing that using Foreign code. I imagine that the different targets (desktop, Android, iOS) would each need a slightly different implementation.

There is a fuse-signature community project that does some drawing/saving in Uno, so I would start there.

Hope this helps!