Is it possible to set a Media Attribute manually?

Hi Phil,
What I would do is rather than uploading an Image, change the Media field to JSON, and upload the SVG there instead.
Generating the qrcode on your front end and convert it to svg there.
here is a github link that might be of use to you: GitHub - papnkukn/qrcode-svg: A simple QR Code generator in pure JavaScript / node.js library

1 Like