If the module of interest has just one JS file, you can rename that to the module name and stick it straight in the modules folder and it should work. If it's a multi-file module chances are it's too big to run on Espruino :(
There was a (beta) NPM module loader in the IDE for a while, but it was such a nightmare it got removed. A good 95% of NPM modules (if not more) pull in so many dependencies they fill up Espruino's memory before you write any code
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.
If the module of interest has just one JS file, you can rename that to the module name and stick it straight in the modules folder and it should work. If it's a multi-file module chances are it's too big to run on Espruino :(
There was a (beta) NPM module loader in the IDE for a while, but it was such a nightmare it got removed. A good 95% of NPM modules (if not more) pull in so many dependencies they fill up Espruino's memory before you write any code