@MaBe was asking about this recently as well.
I don't know of one that has actually been used, but for the App Loader I use https://github.com/davidshimjs/qrcodejs
In the source (https://github.com/davidshimjs/qrcodejs/blob/master/qrcode.js) it actually uses a QR code generator from https://github.com/kazuhikoarase/qrcode-generator which looks pretty compact and should work - the rest of the file is more or less just boilerplate
@Gordon started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
@MaBe was asking about this recently as well.
I don't know of one that has actually been used, but for the App Loader I use https://github.com/davidshimjs/qrcodejs
In the source (https://github.com/davidshimjs/qrcodejs/blob/master/qrcode.js) it actually uses a QR code generator from https://github.com/kazuhikoarase/qrcode-generator which looks pretty compact and should work - the rest of the file is more or less just boilerplate