[SOLVED] JavaScript modules #1943
-
Posted at 2020-07-10 by 4thex How can I write a JavaScript module that can be installed on the Bangle and then required from another app? Is that possible? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Posted at 2020-07-11 by 4thex I think the answer is provided here: https://www.espruino.com/Modules |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-07-13 by @gfwilliams Yep, the easiest way is using: https://www.espruino.com/Modules#from-storage
Rather than using |
Beta Was this translation helpful? Give feedback.
Posted at 2020-07-11 by 4thex
I think the answer is provided here: https://www.espruino.com/Modules