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
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");
pause
to allow it to run in the background.This library is a port of https://github.com/kazuhikoarase/qrcode-generator, optimized for the MakeCode environment.
(The metadata above is needed for package search, update it with the targets you support)
MIT