pxt-qrcode

QR Code generator for MakeCode

A simple tool to generate QR Code images for MakeCode (port of https://github.com/kazuhikoarase/qrcode-generator)

The word “QR Code” is registered trademark of DENSO WAVE INCORPORATED http://www.denso-wave.com/qrcode/faqpatent-e.html

Examples

Use ||qrcode:encode string|| to generate a QR code image. It automatically scales the image to fit the screen.

let img = qrcode.encodeString("https://makecode.com");

Limitations

Acknoledgment: QR code generator

This library is a port of https://github.com/kazuhikoarase/qrcode-generator, optimized for the MakeCode environment.

Supported targets

(The metadata above is needed for package search, update it with the targets you support)

License

MIT