Only 'local' modules needs to be fed into it through the modules options. The rest is normally downloaded from espruino.com/modules as in the IDE (is uses the opichals/rollup-plugin-espruino-modules to do that).
With regards to module loading it is missing the GitHub and npm repository capabilities mentioned http://www.espruino.com/Modules but those are faily easy to add.
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.
Only 'local' modules needs to be fed into it through the
modules
options. The rest is normally downloaded from espruino.com/modules as in the IDE (is uses the opichals/rollup-plugin-espruino-modules to do that).With regards to module loading it is missing the GitHub and npm repository capabilities mentioned http://www.espruino.com/Modules but those are faily easy to add.