1
0
mirror of https://codeberg.org/setop/elm-scripting synced 2025-11-08 21:49:57 +00:00

more exploration

This commit is contained in:
2025-09-27 18:10:33 +02:00
parent 7025bc1104
commit 9566f305b5
6 changed files with 22 additions and 6 deletions

13
postelm.js Normal file
View File

@@ -0,0 +1,13 @@
// above is the DOM implementation
// and the Elm app code
// here we lanch the app
Elm[Object.keys(Elm)[0]].init({ node: document.getElementById("elm") });
document.children[0].dump();
} catch(e) {
throw e;
}