BangleApps/modules
Gordon Williams fc11f68d2e remove solid bg - not needed now we fill the bg anyway 2021-09-17 19:38:02 +01:00
..
Layout.js remove solid bg - not needed now we fill the bg anyway 2021-09-17 19:38:02 +01:00
README.md Allow custom modules for apps 2020-12-09 13:43:29 +00:00
dane_arwes.js Add Icon for Dane Launcher, 2020-12-09 14:56:20 +01:00
dane_arwes.min.js Add pre minified dane_arwes module while automatic minification is broken 2020-12-17 12:01:44 +01:00
testmodule.js Allow custom modules for apps 2020-12-09 13:43:29 +00:00

README.md

App Modules

These are modules used by apps - you can use them with:

var testmodule = require("testmodule");
testmodule.test()