I've looked into loading Espruino modules straight from espruino.com/modules, and while that seems possible, I think It will have to wait untill I actually need is, I have enough on my plate as it is.
If someone else wants to give it a shot, the relevant Rollup hooks appear to be resolveId and load.
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.
I've looked into loading Espruino modules straight from espruino.com/modules, and while that seems possible, I think It will have to wait untill I actually need is, I have enough on my plate as it is.
If someone else wants to give it a shot, the relevant Rollup hooks appear to be
resolveId
andload
.