Re: QRCode module
Marc Worrell <[email protected]>
| Newsgroups | gmane.comp.lang.erlang.general |
|---|---|
| Message-ID | <[email protected]> |
We have some QR code generation going on here: https://github.com/zotonic/zotonic/tree/master/apps/zotonic_mod_auth2fa/src/support <https://github.com/zotonic/zotonic/tree/master/apps/zotonic_mod_auth2fa/src/support> It is adapted from code by Steve Davis. We call it from: https://github.com/zotonic/zotonic/blob/master/apps/zotonic_mod_auth2fa/src/models/m_auth2fa.erl <https://github.com/zotonic/zotonic/blob/master/apps/zotonic_mod_auth2fa/src/models/m_auth2fa.erl> Interesting for you will be generate_png/4 Cheers, Marc > On 19 Nov 2020, at 16:03, Frank Muller <[email protected]> wrote: > > Hi guys > > I’m looking for a QRCode generator in Erlang (pure or NIF). > > Thanks > /Frank