Max QRCode Generator

“Node for Max” is a new future of Max8.
Official introduction and tutorial:
“With support for the vast NPM library, Node for Max connects your patches to thousands of possibilities.”
https://www.youtube.com/watch?v=PmyPdmujYQQ
https://www.youtube.com/watch?v=qSZH6fjOcXE

Easy to use:
In Max: use [node script] object.
In js:

const maxAPI = require("max-api");
// listen from Max
maxAPI.addHandler("genQR", (...args) => {
    // send to Max
    maxAPI.outlet("filePath", filePath);
});

I made a QRCode generator using Node for Max:


Max patch and NodeJS source code download:
https://www.patreon.com/posts/24123843