My bad. In my code it is require("eink")
I did try eink.js, but that didn't solve anything. The function require will look for any file that is either .min.js or .js.
I found this that i'm going to try. https://github.com/espruino/BangleApps/blob/master/modules/README.md
This section talks about the proper way to test a module.
@user156811 started
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.
My bad. In my code it is require("eink")
I did try eink.js, but that didn't solve anything. The function require will look for any file that is either .min.js or .js.
I found this that i'm going to try.
https://github.com/espruino/BangleApps/blob/master/modules/README.md
This section talks about the proper way to test a module.