You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constcontainer=document.createElement("div");QrCode.render({text: "some text",radius: 0.5,// 0.0 to 0.5ecLevel: "H",// L, M, Q, Hfill: "#536DFE",// foreground colorbackground: null,// color or null for transparentsize: 128// in pixels},container);constcanvas=container.firstChild;constsrc=canvas.toDataURL();// Send `src` to your users.
I love that you created this lib!
I'd like to generate an image on the backend and send it to the user by email. Can that be done?
The text was updated successfully, but these errors were encountered: