How to create a qrcode?

How to create a qrcode ?

There’s an Erlang module hosted on gitlab that could do what you need.
I use it in a project of mine to generate QRCodes, you might wanna check how I call the functions =)

2 Likes

Thanks @Neurofunk for introducing erlang’s qrcode project. I am finding libraries for using qrcode in elixir for my project.

Thanks
Dev.