1
0
Fork 0
BangleApps/modules
Richard de Boer 3baa465f01 remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
2021-12-01 19:34:52 +01:00
..
Layout.js Fixes for Bangle.js 1 2021-11-10 13:42:11 +00: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()