Q5*js ESM Converter

I’ve coded a command line utility that remotely grabs the “q5.js” library file and creates a “q5.mjs” ECMAScript Module (ESM) version of it, allowing us to use JS keyword import to load it directly in our sketch files w/o polluting the global namespace:

import Q5 from "./q5.mjs";

q5*js is a lighter alternative for the p5*js library:

Download & detailed instructions are found in this “GitHub Gist” link below:

And btW, this is the GitHub discussion that’s led me to create this command line converter utility:

Reddit Cross-posts: