BangleApps/modules
Richard de Boer 5972b991f9 Layout: add support for "img" with object or ArrayBuffer Graphics object
Rendering these already worked, because we simply pass src to drawImage,
so we just need to determine the correct size.
2021-09-05 20:42:36 +02:00
..
Layout.js Layout: add support for "img" with object or ArrayBuffer Graphics object 2021-09-05 20:42:36 +02:00
Layout.min.js update minified layout 2021-09-03 10:31:03 +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()